标签:bsp ted expected clean 而且 新版 exp near style
今早上下载vue/cli的时候,一直有这个错误。查了之后,得知原因是因为最新版本的Node.js与npm版本不适合(昨天刚下载了最新的node)。
解决办法就是把npm的版本降到4版。
使用命令 npm -g i npm@4
而且,还查到另外一种的解决办法:
npm cache clean --force
清理缓存,直接安装。
但是试过之后,还是不能解决这个问题。
所以这个方法可能不能解决node版本太高,导致npm版本不合适的问题。
npm install 时出现 Unexpected end of JSON input while parsing near···
标签:bsp ted expected clean 而且 新版 exp near style
原文地址:https://www.cnblogs.com/renranwj/p/11790884.html