Closed elwayman02 closed 2 years ago
I think this is entangled (somewhat) with https://github.com/quaertym/ember-cli-dependency-checker/issues/62.
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.
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 runyarn install
.