npm Error: unable to verify the first certificate报错

① 取消ssl验证:npm config set strict-ssl false

如果还没成功,则将npm源更换为国内镜像:

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

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

② 升级:npm install npm -g --ca=null

或者 npm config set ca=""

推荐使用方法1

你可能感兴趣的:(npm Error: unable to verify the first certificate报错)