SSH 使用错误,其实我们关掉HTTPS就好了

npm config set strict-ssl false

或者

npm config set registry=”http://registry.npmjs.org/”

相关文章: