美文网首页
vue create 错误-Unexpected end of

vue create 错误-Unexpected end of

作者: 刘予安 | 来源:发表于2018-10-25 17:40 被阅读0次

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

      本文链接:https://www.haomeiwen.com/subject/bgrctqtx.html