-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sudo install via npm v5 or above (--unsafe-perm) #146
Comments
If prefix is set to
|
Ah, of course, thank you. Went with the first solution. |
I installed both but Atom/Hydrogen now says:
|
If you want to use IJavascript with the latest Hydrogen, then you need to have
This means that Hydrogen doesn't have
The drawback of using full paths is that the kernel spec needs reinstalling (i.e. |
|
When installing the latest ijavascript via NPM globally to usr/local/ I get the error:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:
node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
When installing ijavascript via NPM globally but with prefix set to local user directory ~/.npm-packages, it installs just find but cannot be executed i.s. "command not found".
Any help installing is greatly appreciated. I am trying to use this with Hydrogen for Atom.
System versions:
Node - 9.5.0
NPM - 5.6.0
macOS - 10.13.3
The text was updated successfully, but these errors were encountered: