quaertym / ember-cli-dependency-checker

Ember CLI addon for checking missing node and bower dependencies before running ember commands
MIT License
40 stars 37 forks source link

Ignore `ember install` command #21

Closed xtian closed 9 years ago

xtian commented 9 years ago

If possible, this addon should ignore the ember install command (as well as install:npm and install:bower) since that command is used to update dependencies.

stefanpenner commented 9 years ago

If possible, this addon should ignore the ember install command (as well as install:npm and install:bower) since that command is used to update dependencies.

ember install is currently fundamentally broken. This issue is invalid, although it is because ember install is broken, not because of this project.

quaertym commented 9 years ago

@stefanpenner What is broken about ember install?

stefanpenner commented 9 years ago

It can't possible work, as it attempts to do an npm install but if node_modules is empty or partial, the ember app may not have the deps required to satisfy this

quaertym commented 9 years ago

@stefanpenner Do you have a suggestion to fix this?

quaertym commented 9 years ago

@stefanpenner ping

stefanpenner commented 9 years ago

tell people to use npm install && bower install when doing the initial sync. The other solution is rather a large refactoring to ember-cli itself, likely something we will pursue post 1.0