vue create 错误-Unexpected end of JSON input while parsing near...

1.Unexpected end of JSON input while parsing near...

解决方法:执行npm -g i npm@4,把npm的版本降到4版本,

原因:Node版本太高,与npm版本不合适

看到网上有另一种方法,npm cache clean --force,尝试过没有用,可能不是针对Node版本与npm版本不合适的问题

你可能感兴趣的:(vue create 错误-Unexpected end of JSON input while parsing near...)