-
Notifications
You must be signed in to change notification settings - Fork 480
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
Unable to install aglio - node-gyp rebuild fails #264
Comments
I am also seeing this issue -
|
I had similar issues and needed to install GCC or some compiler. |
For windows - try following these steps: nodejs/node-gyp#629 (comment) |
I had the same issue on Ubuntu. Fixed with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
╰─➤ sudo npm install -g aglio
npm WARN lifecycle [email protected]~prepublish: cannot run in wd %s %s (wd=%s) [email protected] grunt compile /Users/christian/Development/node/aglio
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: Deprecated, use jstransformer
/usr/local/bin/aglio -> /usr/local/lib/node_modules/aglio/bin/aglio.js
env: node: No such file or directory
npm WARN install:[email protected] [email protected] install:
node-pre-gyp install --fallback-to-build
npm WARN install:[email protected] spawn ENOENT
/usr/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp: line 3: node: command not found
/usr/local/lib
└── (empty)
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "aglio"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the protagonist package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs protagonist
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls protagonist
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/christian/Development/node/npm-debug.log
npm ERR! code 1
The text was updated successfully, but these errors were encountered: