-
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
C:\Users\username\.node-gyp\4.0.0\common.gypi not found #735
Comments
I also commented on the heapdump issue but make sure you use the npm and node-gyp that come with node v4. |
After uninstalling/installing 4.1.0 and back to 4.0.0 and more reading, something was brought to my attention: I've tried upgrading every way I know and at the CLI, -v reports 3.0.3, but npm installs keep failing and reporting 2.0.2 in the stack. I'm on Windows if that wasn't clear. Do I have 2 versions installed and builds are using the wrong/older version? |
While I emptied the older folder and copied over the contents of the newer. Seems that npm isn't dealing well with the fact that there's the system node_modules AND user account node_modules THEN the actual project. |
my node is 4.0.0 is not install ! this i checkout to 0.12 can do it!.. |
Similar to #376
\4.0.0\include\node
does have common.gypi, but not the 4.0.0 folder whereas all the other versions I have (back to 0.8.20) have them right in the root of the version folder.Is this an issue with node-gyp or the script from heapdump?
Issues filed with heapdump: bnoordhuis/node-heapdump#66 (comment)
The text was updated successfully, but these errors were encountered: