-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
File /Users/$USERNAME/.node-gyp/0.10.15/common.gypi not found #313
Comments
Something probably got borked during the |
The same happened to me but instead with node 0.10.24 and that @TooTallNate suggests doesn't worked for me, but it did what xomyaq tells. |
same problem. |
Also fail on a clean new install of OpenSuse-13.2. While a hard copy of /usr/share/node/common.gypi from an older installation worked for me, it looks like something is wrong within installer. On a clean install with standard nodejs in place. Install command does not generate an error, but does not install /usr/share/node/common.gypi sudo npm install -g node-gyp OpenSuse-13.2/64bits |
@fulup-bzh |
I was getting similar errors; in my case upgrading from node 5.11.x to 5.12 along with rm -rf ~/.node_gyp ./node_modules fixed it. |
It ok, I installed Debian Jesse instead of Debian Wheezy in which the problem occurred and it was resolved |
In node-gyp 0.10.15 version there is not
common.gypi
file. I copied it from ~/.node-gyp/0.10.11/ to resolve this issue.The text was updated successfully, but these errors were encountered: