npm install 时报错 Unexpected end of input at 1:15930

Posted small_winder

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm install 时报错 Unexpected end of input at 1:15930相关的知识,希望对你有一定的参考价值。

从github上clone代码后npm install,结果


解决办法: npm config set registry https://registry.npm.taobao.org

之后出现自动生成了一个package-lock.json

这才领悟原来是npm5.3的坑



以上是关于npm install 时报错 Unexpected end of input at 1:15930的主要内容,如果未能解决你的问题,请参考以下文章