Node-gyp: trying to install node-red but stuck at gyp verb extracted file from tarball include/node/v8.h

Created on 20 Sep 2016  路  8Comments  路  Source: nodejs/node-gyp

I do :
npm install node-red --verbose

After 2 hour, installation progres is stuck at gyp verb extracted file from tarball include/node/v8.h

npm -v
2.15.9
node -v
v4.5.0

Thanks

Most helpful comment

@bnoordhuis
HI, my problem is solved.
I install node-gyp for all user: sudo node install -g node-gyp
And then install node-red for local user: node install node-red

I don't know why, and don't know the real problem, but IT WORK like a charm. Now, I close this issue.
Thanks for helping me

All 8 comments

Can you post the full output?

Here, the maximum line i can copy from the verbose output:
https://gist.github.com/sumarouno/f725a8b6ba5e8f5750e8c04222281b35

Thank you @bnoordhuis

Can you rm -rf $HOME/.node-gyp and then post the output of npm install --production heapdump? I picked heapdump because it's a standalone native module, no other dependencies.

Good, we've established that building native modules works. Can you try rm -rf $HOME/.node-gyp one more time (maybe nuke $HOME/.npm or wherever your npm cache is as well) and try to install node-red again?

Before I post this issue, I tried npm cache clean . Now, I will do your suggestion, and try again. I will give you a report. Thanks

@bnoordhuis , i'm back to give you a report. Now, the installation stuck at gyp verb extracted file from tarball include/node/openssl/pem.h
Thanks.
FYI my OS is Fedora 24

@bnoordhuis
HI, my problem is solved.
I install node-gyp for all user: sudo node install -g node-gyp
And then install node-red for local user: node install node-red

I don't know why, and don't know the real problem, but IT WORK like a charm. Now, I close this issue.
Thanks for helping me

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jplatte picture jplatte  路  3Comments

chen4393 picture chen4393  路  3Comments

jhermsmeier picture jhermsmeier  路  3Comments

Sentero-esp12 picture Sentero-esp12  路  3Comments

andrewaustin picture andrewaustin  路  3Comments