npm安装总是报错

报错信息:

npm 安装express npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE

 

解决方案:

在命令行输入: 

npm config set strict-ssl false

  

设置之后即可安装软件:

npm 安装express npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE

 

相关文章: