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

Yarn workspaces #78

Closed ghost closed 6 years ago

ghost commented 7 years ago

Hi, it doesn't work correctly with Yarn workspaces... Here is the issues: https://github.com/yarnpkg/yarn/issues/4503 (same as https://github.com/yarnpkg/yarn/issues/4081). All other apps works fine, they search for node_modules in root dir instead of current dir if they don't find it, but Ember just search it in current dir...

ghost commented 7 years ago

~I fixed this issue. Right now I need to polish it and I will try to make PR.~ Seems this is harder than I thought.

mblackritter commented 7 years ago

Luckily, until this is resolved, the solution is to just remove ember-cli-dependency-checker. 🙃