美文网首页
Unexpected end of JSON input (fi

Unexpected end of JSON input (fi

作者: 小番茄1009 | 来源:发表于2020-01-06 10:31 被阅读0次

    Unexpected end of JSON input (file: C:\Users\Administrator\Desktop\react-back\react\node_modules\_acorn@6.4.0@acorn\package.json) at JSON.parse (<anonymous>) at Object.readJSON (D:\node\node_modules\cnpm\node_modules\npminstall\lib\utils.js:33:17) at readJSON.next (<anonymous>) at onFulfilled (D:\node\node_modules\cnpm\node_modules\co\index.js:65:19)

    cnpm i 时出现这个报错,

    执行以下代码就解决了

    在控制台输入一下命令:

    $ npm cache clean --force

    输入运行之后再次安装淘宝镜像即可成功

    $ npm install -g cnpm --registry=https://registry.npm.taobao.org

    希望能够帮到你们

    相关文章

      网友评论

          本文标题:Unexpected end of JSON input (fi

          本文链接:https://www.haomeiwen.com/subject/toihactx.html