• npm installation integrity checksum failure


    $ npm install 
    
    > dafengche_hostling_manage_rn@0.2.3 i /Users/everlose/workspace/souche/dafenche_hostling_manage_rn
    > npm install --registry=http://registry.npm.souche-inc.com
    
    npm ERR! code EINTEGRITY
    npm ERR! sha1-wn2eY/Tj6rCpvd6nyEtHhL1+ty0= integrity checksum failed when using sha1: wanted sha1-wn2eY/Tj6rCpvd6nyEtHhL1+ty0= but got sha1-w2ZcER/THiTjko+588ibWZmtkUI=. (2313436 bytes)
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /Users/everlose/.npm/_logs/2018-07-26T09_31_57_935Z-debug.log
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! dafengche_hostling_manage_rn@0.2.3 i: `npm install --registry=http://registry.npm.souche-inc.com`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the dafengche_hostling_manage_rn@0.2.3 i script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /Users/everlose/.npm/_logs/2018-07-26T09_31_57_981Z-debug.log
    
    npm cache --force clean
    
    npm install --update-binary --no-shrinkwrap
    
  • 相关阅读:
    KMP算法
    找出第二大的数
    webpack 3 优化
    CocoaPods安装
    自适应水平垂直居中
    找出两个数组中都有,并且重复次数最多的元素
    swift 笔记
    Promise 用es5的基础实现
    $.ajax仿axios封装
    js基础拖拽效果
  • 原文地址:https://www.cnblogs.com/everlose/p/12840188.html
Copyright © 2020-2023  润新知