安装需求原因:在安装依赖时总是报错,you need to install the latest version of python 或者 python is not find
借鉴源文章
npm install -g node-gyp
2.安装python
npm install --global --production windows-build-tools
npm config set python "D:\Python27\python.exe"
npm config set node_gyp "D:\nodejs\node_modules\npm\node\node_modules\node-gyp\bin\node-gyp.js"
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)