解决方式

As a workaround you can turn ssl checking off in your .npmrc

执行

npm config set strict-ssl false

或者 修改~/.npmrc

strict-ssl=false

相关文章: