au install should also set up a package's dependencies in the aurelia.json file
See original GitHub issueI’m submitting a feature request
- Library Version: 0.26.1
Please tell us about your environment:
-
Operating System: Windows 10
-
Node Version: 6.9.1
- NPM Version: 3.10.8
-
Browser: all
-
Language: all
Current behavior:
When installing an npm package that has dependencies, those dependencies are not properly set up by the aurelia cli in aurelia.json
.
-
What is the expected behavior? Running
au install
should properly the entire dependency tree for a package to the aurelia.json file based on reading the"dependencies"
section of a package’spackage.json
file. -
What is the motivation / use case for changing the behavior? Make Aurelia great again.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:17 (15 by maintainers)
Top Results From Across the Web
CLI's built-in Bundler Dependency Management - Aurelia
The built-in bundler understands all Aurelia's convention without the help of PLATFORM.moduleName . in esnext app, au run --auto-install to help you install...
Read more >A Installation & set up - Aurelia in Action - liveBook · Manning
Run the command npm install selectize from the root of the my-books Aurelia project to install the dependency. Modify the aurelia.
Read more >adding dependencies to aurelia.json during lib install
I've been using the npm install command followed up by seeing where the build fails then adding dependencies into the aurelia.json file.
Read more >aurelia-cli - npm
Aurelia CLI apps always run in bundled mode, even during development. To build your app, simply run au build . You can also...
Read more >aurelia/Discuss - Gitter
The au install command is removed, use npm i xxx or yarn add xxx to install ... You would need to clean up...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m working on a PR for this.
Can be closed then?