美文网首页
npm ERR! code EINTEGRITY

npm ERR! code EINTEGRITY

作者: 怼怼怼怼吖 | 来源:发表于2018-01-16 16:06 被阅读0次

    安装依赖报错

    npm ERR! code EINTEGRITY

    npm ERR! sha1-PFtv1/beCRQmkCfwPAlGdY92c6Q= integrity checksum failed when using sha1: wanted sha1-PFtv1/beCRQmkCfwPAlGdY92c6Q= but got sha1-SSVTBccHbxvQCiqnpX9UXhZ4Ig=. (3274892 bytes)

    解决办法:

    1.npm i -g npm

    2.grep -ir "xxx" ~/.npm

    xxx就是npmERR第二行sha1-PFtv到.前面

    3之后npm install 依赖就装好了

    相关文章

      网友评论

          本文标题:npm ERR! code EINTEGRITY

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