vue初始化项目出现 npm ERR! fatal: unable to access ‘https://github.com/nhn/raphael.git/‘: OpenSSL SSL_read:

vue初始化项目出现npm ERR! fatal: unable to access ‘https://github.com/nhn/raphael.git/’: OpenSSL SSL_read:错误

在这里插入图片描述

解决方法:
没有安装预编译插件 我的项目是用sass 则安装即可

npm install node-sass --save-dev
npm install sass-loader --save-dev

这样就解决啦~

你可能感兴趣的:(vue,java,node.js,npm)