npm info underscore
npm ERR! registry error parsing json
npm ERR! Unexpected end of JSON input
本来想安装webpack,
npm install webpack --save-dev
npm ERR! Unexpected end of input at 1:40721
npm ERR! 10,"noattachment":false,"tarball":"http://registry.npm.taobao.org/neo
npm ERR! ^
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\13035\AppData\Roaming\npm-cache\_logs\2018-05-27T03_00_55_756Z-debug.log
感觉像镜像有点问题。
解决:
npm config set registry "http://registry.npmjs.org"
网友评论