question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

au install should also set up a package's dependencies in the aurelia.json file

See original GitHub issue

I’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’s package.json file.

  • What is the motivation / use case for changing the behavior? Make Aurelia great again.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:17 (15 by maintainers)

github_iconTop GitHub Comments

5reactions
jwxcommented, May 23, 2017

I’m working on a PR for this.

1reaction
Alexander-Tarancommented, Oct 15, 2018

Can be closed then?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found