This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
npm install fails on windows #12
Comments
Saw the same issue today. It definitely has to do with node-gyp not able to compile minidump. Here's the build log:
Same workaround worked for me too: upgrade minidump to 0.11.0. |
if you are win7, you should upgrade mimidump to ^0.9.0. fuck... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Windows 10
node -v 6.9.2
npm -v 3.10.6
Fails building [email protected]
I was able to get passed this by specifying [email protected] in package.json
The text was updated successfully, but these errors were encountered: