infinitered / solidarity

Solidarity is an environment checker for project dependencies across multiple machines.
https://infinitered.github.io/solidarity/
MIT License
639 stars 49 forks source link

Add yarn path for plugin check #222

Closed adrienthiery closed 6 years ago

adrienthiery commented 6 years ago

Tried it out by playing in ~/.config/yarn/global/node_modules/solidarity/dist/index.js.

Seems to work out.

I first tried to put ~/.config/yarn/global/node_modules, but this did not work (I guess ~ might not be the current user when node runs?)

Tentatively closes #221

GantMan commented 6 years ago

Also, tests need to be updated.

adrienthiery commented 6 years ago

@GantMan : I keep getting SecurityError: localStorage is not available for opaque origins when trying to run the tests locally... Any idea on how to fix that?

GantMan commented 6 years ago

Not sure on your error, but everything looks good.

For some reason Danger is failing on travis. I might remove it for now. Good work bud! gonna merge.