美文网首页
解决npm ERR! Unexpected end of JSO

解决npm ERR! Unexpected end of JSO

作者: 给我把胡萝卜切成肉丁 | 来源:发表于2019-09-28 14:13 被阅读0次

    npm ERR! Unexpected end of JSON input while parsing near

    这个错误的解决方法有以下几种:

    1.删掉package.lock.json
    2.清除cache
    npm cache clean --force
    3.进入下面这个文件夹清除cache
    路径:C:/Users/PC/AppData/Roaming/npm-cache
    执行:
    npm cache clean --force
    4.不要用淘宝镜像

    npm set registry https://registry.npmjs.org/
    

    相关文章

      网友评论

          本文标题:解决npm ERR! Unexpected end of JSO

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