-
Notifications
You must be signed in to change notification settings - Fork 130
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
Windows 8.1 node-gyp rebuild failure #53
Comments
bump |
Sorry, I must have missed the GH notification. What do you see in npm-debug.log? |
Same here but installing guvnor on RHEL 6.5, Node 0.12.2. Relevant extract from
Hmmm, bizarrely the exact same build works fine on my CentOS 6.5 |
npm is being unhelpful here, it hides the actual error. What happens when you run |
AAAARRRGGGH! I'm an idiot 😞 Sorry, I've been staring at so many logs today I missed the one-liner earlier on that said However, a possible good thing out of this: I too have had to try developing Node on Windows before (:weary:), and perhaps the most painful part is building anything native, or a dependency that is. So I'm wondering @Tackyshot if your MSBuild environment is setup correctly? It won't be by default, unless you're already an MSVC++ developer maybe. Have you been able to successfully build anything else native, like a db driver? |
@randomsock I am not a MSVC++ Developer, though i did download and install visual studio with the hope of solving the issue (no luck). Anyways, here is the error i recieved when running 'node-gyp rebuild':
|
|
👍 |
While C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp had 3.0.3, C:\Users\myusername\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp had 2.0.2. 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. |
@bnoordhuis Has this been fixed? I don't see any new commits. |
@MadLittleMods It's not an issue with node-heapdump but with people's local build environment. |
Hey there, I was trying to install poop for one of my projects on my windows machine. However It always fails with "Failed at the [email protected] install script 'node-gyp rebuild'. "
Is there any suggestions you would be able to offer me for a solution?
the guys on the 'poop' repo directed me here for a possible solution.
The text was updated successfully, but these errors were encountered: