1. 程式人生 > >npm install總是報錯:unable to verify the first certificate(無法驗證第一證書)

npm install總是報錯:unable to verify the first certificate(無法驗證第一證書)

解決方法一:

取消ssl驗證:npm config set strict-ssl false

如果還沒成功,則將npm源更換為國內映象:
npm config set registry http://registry.cnpmjs.org/

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

解決方法二:

升級:npm install npm -g --ca=null

或者 npm config set ca=""