Skip to content

Instantly share code, notes, and snippets.

@Daniel-Wiedemann
Last active August 29, 2015 14:10
Show Gist options
  • Save Daniel-Wiedemann/64901a6cc38e9da00cd8 to your computer and use it in GitHub Desktop.
Save Daniel-Wiedemann/64901a6cc38e9da00cd8 to your computer and use it in GitHub Desktop.
solve error by installing node-gyp
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