在stackoverflow上看到一个解决方法:
# before installing node-gyp on windows
npm install --global --production windows-build-tools
# install node-gyp globally
npm install -g node-gyp
不过后面并没有等到解决,卡在第一步,最终我把node的版本回滚到7.6.0,然后成功了。
在stackoverflow上看到一个解决方法:
# before installing node-gyp on windows
npm install --global --production windows-build-tools
# install node-gyp globally
npm install -g node-gyp
不过后面并没有等到解决,卡在第一步,最终我把node的版本回滚到7.6.0,然后成功了。