0
点赞
收藏
分享

微信扫一扫

记录一个npm安装脚手架cache报错

女侠展昭 2021-09-24 阅读 49

具体的错误:
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

举报

相关推荐

0 条评论