标签:ros sof com microsoft figure 卸载 node guid config
参考1:[https://github.com/nodejs/node-gyp#installation]
参考2:[https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules]
1,npm install node-gyp -g // (已经装的卸载重新装)
2,npm install --global --production windows-build-tools // c++环境; 以管理员身份运行cmd [--2017]加这个参数为2017版本
3, node-gyp configure --msvs_version=2017 // 设置node-gyp使用的是2017版本,看你本装装的是哪个版本,有2015的
4,npm config set msvs_version 2017 // 设置npm对应的 windows-build-tools 版本,yarn同理吧
5,npm config set python python2.7 // 设置python版本,yarn同理吧
标签:ros sof com microsoft figure 卸载 node guid config
原文地址:https://www.cnblogs.com/ybixian/p/12293455.html