-
Notifications
You must be signed in to change notification settings - Fork 12k
Install errors: node-pre-gyp ERR #2406
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
Comments
I do have node-gpy installed. # npm -g list node-gyp /opt/local/lib ├─┬ [email protected] │ ├─┬ [email protected] │ │ └─┬ [email protected] │ │ └── [email protected] │ └─┬ [email protected] │ └── [email protected] ├── [email protected] ├─┬ [email protected] │ └── [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] |
because of some reason node-gyp didn't load the nodejs headers. |
OK I run something similar, do I need to do anything else to do the install?? # /opt/local/bin/node-gyp node-pre-gyp install --fallback-to-build gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | linux | x64 gyp http GET https://nodejs.org/download/release/v6.6.0/node-v6.6.0-headers.tar.gz gyp http 200 https://nodejs.org/download/release/v6.6.0/node-v6.6.0-headers.tar.gz gyp http GET https://nodejs.org/download/release/v6.6.0/SHASUMS256.txt gyp http 200 https://nodejs.org/download/release/v6.6.0/SHASUMS256.txt 6.6.0 gyp info ok |
See #1560 (comment) |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Linux ubuntu
Versions.
angular-cli: 1.0.0-beta.16
node: 6.6.0
os: linux x64
Repro steps.
sudo su
pm install -g angular-cli@latest
The log given by the failure.
The text was updated successfully, but these errors were encountered: