You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just install the dependencies interactively when running coala
e.g. when coala is missing something, ask the user to install it, obviously requires fixing in coala/coala-
bears
http://docs.coala.io/en/latest/Users/Install.html#js-dependencies states that you run
npm install -g
to install JS dependencies, however that only installs the coala-bears globally (which is useless) not each of the dependencies stated in package.json (e.g. eslint) globally.When running
npm install -g
what's actually happening is:package.json
locally (node_modules folder inside the project)npm root -g
to find where it actually is)The text was updated successfully, but these errors were encountered: