Unexpected end of JSON input while parsing near '...0000274":{"name":"can'

在Vue中使用git管理项目的时候,经常会遇到Unexpected end of JSON input while parsing near '...0000274":{"name":"can'的错误,现将我的解决办法写出来

1.清除之前的缓存信息

npm cache clean --force

2.重新安装模块

npm install

项目可以正常运行了。

你可能感兴趣的:(Vue)