node-gyp安装报错解决方式

安装使用powershell admin

# before installing node-gyp on windows
npm install --global --production windows-build-tools

# install node-gyp globally
npm install -g node-gyp

你可能感兴趣的:(node-gyp安装报错解决方式)