npm ERR! Error while executing:
npm ERR! D:\Program Files\Git\cmd\git.EXE ls-remote -h -t https://github.com/nhn/raphael.git
npm ERR!
npm ERR! fatal: unable to access 'https://github.com/nhn/raphael.git/': Unknown SSL protocol error in connection to github.com:443
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\LiAnxin\AppData\Roaming\npm-cache\_logs\2021-09-09T01_37_24_520Z-debug.log

第一种方式:更换npm源  

npm config set registry https://registry.npm.taobao.org

正常情况下第一种就可以了,还有一点要注意,如果没生效,看下自己是不是开着vpn呢,如果是,请关掉再试!!!!!!!!!!!!!!!!!

第二种方式:如1不起作用,就考虑hosts文件代理github.com 

到 http://ping.chinaz.com/ 找海外节点信息

140.82.113.3 这个ip长期有用  可以直接使用。

1.首先打开cmd  ping github.com  如果ping不通第二步

2.打开host文件,配置进去

3.再次打开cmd   ping github.com  此时可以看到已经可以ping通了

接着再去npm i

更多推荐