npm安装包时报如下错误
Unexpected end of JSON input while parsing near ‘…CvJ7SbAu0lJbYW9E3eRUe’
解决方案:
解决方法(一)
(1)清缓存: npm cache clean --force
(2)安装淘宝镜像:npm install --registry=https://registry.npm.taobao.org
解决方法(二)
方案一不行的话,用方案二
(1)清缓存:npm cache clean --force
(2)切换为官方镜像:npm set registry https://registry.npmjs.org/
-----我用的第二种:亲测有效。第二种,第一种试的时候,还是会中断。