node-gyp 报错

error C:\xxx\node_modules\fibers: Command failed.

node-gyp 报错_第1张图片

 设置后还是会报错需要下载Visual Studio

node-gyp 报错_第2张图片 访问地址GitHub - nodejs/node-gyp: Node.js native addon build tool

 node-gyp 报错_第3张图片

安装完之后设置使用路径就好了

 npm config set msvs_version "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools"

再从新下载就搞定了。

由于我安装的16的node。新版本的node不支持nodejs v16.x 或更高版本不支持 Fibers

切回14版本的就搞定了。 

参考解决方案:https://www.cnblogs.com/chenxiaomeng/ 

你可能感兴趣的:(npm,yarn,install,报错,node-gyp,Python,visual,studio)