quaertym / ember-cli-dependency-checker

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

Detect installed but not manifested dependencies #16

Open quaertym opened 9 years ago

quaertym commented 9 years ago

Sometimes a dependency is removed from bower.json or package.json and it stays installed on the developer machine. This addon can warn developer when that happens. In this case, developer can run prune command or manifest that dependency.

quaertym commented 9 years ago

@stefanpenner what do think of this? can it have any unwanted side effects?

stefanpenner commented 9 years ago

@stefanpenner what do think of this? can it have any unwanted side effects?

i think a warning is appropriate, and would be wonderful