npm i 报错

npm i 报错

执行npm i 命令一直报以下错误

command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node ./build.js
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@5.1.1
npm ERR! gyp info using node@16.13.0 | win32 | x64
npm ERR! gyp info find Python using Python version 3.9.6 found at 

中途还有句

msvs_version not set from command line or npm config

解决办法:重装node

碎碎念:之前都好好的项目,突然最近运行不起了,然后我就把node_modules包删除了。隐约知道可能是node版本的问题。但我不信邪,不想重装node,然后就各种尝试。翻来覆去尝试安装node-sass,还是没用。最后,还是卸载了nodejs,重新安装了一个较低版本的就成功了(我这里安装的是v14.12.0)。一把子辛酸泪。。。
对了,存一个node选择安装版本的网址以往的版本

上一篇:RabbitMQ使用 prefetch_count优化队列的消费,使用死信队列和延迟队列实现消息的定时重试,golang版本


下一篇:GRPC流模式