npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! npm ERR! error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054 npm ERR! fatal: expected flush after ref listing 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\A5\AppData\Roaming\npm-cache\_logs\2021-04-02T03_09_33_014Z-debug.log
可能有些依赖使用ssh的方式已经不能下载,需要替换成https方式或git方式
git config --global url."https://".insteadOf git://
git config --global url."git://".insteadOf https://