Skip to content

npm 中出现的问题

1. npm install(node-gyp)

问题

image-20200828233955395

解决方案

  1. 先安装node-gyp
js
npm install -g node-gyp
  1. 安装vs2017编译器python2.7
js
npm install --global --production windows-build-tools

image-20200828235328904

上次更新: