npm install 报错整理

来源:互联网 发布:做淘宝刷手有风险吗 编辑:程序博客网 时间:2024/05/21 07:49

一、

 C:\workplace\workspace-ODN\pdnms-front>npm install
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t https://github.com/openplans/Leaflet.AnimatedMarker.git 

npm ERR!
npm ERR! fatal: unable to access 'https://github.com/openplans/Leaflet.AnimatedMarker.git/ 

': error setting certificate verify locations:
npm ERR!   CAfile: E:/Program Files/Git/mingw32/ssl/certs/ca-bundle.crt
npm ERR!   CApath: none
npm ERR!
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\arvin\AppData\Roaming\npm-cache\_logs\2017-11-21T10_24_49_985Z-debug.log 


解决方法:git config --global http.sslverify "false"                       执行后重新npm install

原创粉丝点击