npm ERR! Unexpected end of JSON input while parsing near" "
今天在做项目的时候不小心删了node包结果就一直报错,,,,初始化也么用。。。
npm ERR! Unexpected end of JSON input while parsing near '....0","extract-text-web'
解决方案:
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。1、
npm cache clean --force
2、
npm install --registry=https://registry.npm.taobao.org
这样问题就解决了。。。

更多精彩