Unexpected end of JSON input (fi

2020-01-06  本文已影响0人  小番茄1009

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

希望能够帮到你们

上一篇下一篇

猜你喜欢

热点阅读