错误代码
npm ERR! code 128
npm ERR! Command failed: git clone --depth=1 -q -b 2.2.0-c https://github.com/nhn/raphael.git C:\Users\thell\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-ecb77476 --config core.longpaths=true
npm ERR! warning: templates not found in C:\Users\thell\AppData\Local\Temp\pacote-git-template-tmp\git-clone-eb3566a7
npm ERR! fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_read: Connection was reset, errno 10054
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\thell\AppData\Roaming\npm-cache\_logs\2021-12-23T09_03_24_337Z-debug.log
解决办法
- 更换npm源为淘宝:
npm config set registry https://registry.npm.taobao.org 官方镜像: npm config set registry https://registry.npmjs.org - 检查是否更换成功:
npm config get registry - 重新安装git,选择openssl为第二个版本,正常。
|