0
点赞
收藏
分享

微信扫一扫

npm install 报错

GhostInMatrix 2022-02-16 阅读 196

npm install 报错
在这里插入图片描述
查看当前npm 版本

npm -v

7.x以上版本的npm 要正常在vscode上使用的指令:

npm i --legacy-peer-deps

现在就可以运行 npm install 了

举报

相关推荐

0 条评论