npm ERR! Unexpected end of JSON input while parsing near

古城微笑少年丶 2023-02-17 14:50 102阅读 0赞

npm ERR! Unexpected end of JSON input while parsing near ‘…ver-destroy”:”^1.0.1”’

在执行npm install的时候报以上错误:
解决办法:

先升级npm,

  1. npm i -g npm

再执行

  1. npm cache clean --force

最后再

  1. npm install

发表评论

表情:
评论列表 (有 0 条评论,102人围观)

还没有评论,来说两句吧...

相关阅读