执行npm install 下载时,报错,缺少python相关的错
解决方法:
//下载python
1、 npm install --global --production windows-build-tools
//配置环境 : 也可暂时不用配置,能用就不用配置
(npm config set python "D:\Python27\python.exe" npm config set node_gyp)
2、 //下载 fibers
npm install fibers@5.0.0 --ignore-scripts
3、//重新执行下载依赖命令
npm install
//如果不好使 可以试试再执行:
npm install --unsafe-perm
// 然后重新执行npm install