Last active
August 29, 2015 14:10
-
-
Save Daniel-Wiedemann/64901a6cc38e9da00cd8 to your computer and use it in GitHub Desktop.
solve error by installing node-gyp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update(29.03.2015): First try the steps on this website https://github.com/TooTallNate/node-gyp/wiki/Updating-npm's-bundled-node-gyp | |
If the installation of node-gyp causes errors, | |
try following. | |
(a version of microsoft visual studio express 2012 or 2013 | |
has to be installed first) | |
npm install -g node-gyp --msvs_version=2012 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment