具体的错误:
npm ERR! Unexpected end of JSON input while parsing near '..."peerDependencies":{"'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\86182\AppData\Roaming\npm-cache_logs\2019-07-04T01_34_48_838Z-debug.log
解决方案:清除缓存
npm cache clean --force
网友评论