美文网首页
npm ERR! Unexpected end of JSON

npm ERR! Unexpected end of JSON

作者: Weidaicheng | 来源:发表于2019-02-21 09:45 被阅读1次

the error npm ERR! shasum check failed and npm ERR! Unexpected end of JSON input while parsing near'....' , will be solved by switching npm reigistry from the list of given npm registry.

List of Npm registry:

To switch just type

npm config set registry "https://registry.npmjs.com/"

Replace the registry url with the above urls check which one works for you.

After That:

  • npm cache clear --force
  • npm verify cache

now error will be solved.

参考链接:https://stackoverflow.com/questions/50189096/installing-create-react-app-gives-npm-err-shasum-check-failed-and-npm-err-unex/50191315#50191315

相关文章

网友评论

      本文标题:npm ERR! Unexpected end of JSON

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