I am trying to run the Aurelia UX test app. The instructions say:
Run a test app which emulates dependencies installation
To run the test app, first make sure you built all the packages via the instruction of how to build above. Then open a shell at root of this project and copy paste the following:
cd app
npm ci
npm run dev
npm ci gives me this error:
npm WARN prepare removing existing node_modules/ before installation
npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install before continuing.
npm ERR!
npm ERR!
npm ERR! Missing: @aurelia-ux/lookup@file:…/packages/lookup
npm ERR! Missing: @aurelia-ux/tree-view@file:…/packages/tree-view
npm ERR!
Sorry, I’m still in very early stages. I’m trying to get my head around what others have done, and how much I can re-use and/or copy. I’ll continue to post to https://github.com/aurelia/ux/issues/83 as I get something running in my forked copy.