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 yarn and surface correct error message #64

Closed elwayman02 closed 2 years ago

elwayman02 commented 7 years ago

It would be nice to not have the error message for missing dependencies say to use npm install when you're using yarn in that project. Developers who are not familiar with what's going on will just trust the error message instead of realizing that they should actually have run yarn install.

rwjblue commented 7 years ago

I think this is entangled (somewhat) with https://github.com/quaertym/ember-cli-dependency-checker/issues/62.

elwayman02 commented 7 years ago

yea, I agree, just wanted to file it as a separate issue since technically there may be a way to solve one without solving the other. In practice, though, it probably makes the most sense to resolve both issues at once.