在用npm intstall安装组件时报错,npm出现了以下错误:fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_read: Connection was reset, errno 10054。
从字面意思来看大概意思是无法访问https://github.com/nhn/raphael.git导致的,而至于OpenSSl问题,可以在重装安装git时选择“Use external OpenSSH”。
解决办法:
1.安装VPN代理,解决https://github.com/nhn/raphael.git无法访问问题。
2.重装安装git时选择“Use external OpenSSH”。