博客列表 >npm下载express

npm下载express

dxp2tq的博客
dxp2tq的博客原创
2018年08月11日 19:20:341720浏览

npm install express报错解决:

npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! request to https://registry.npmjs.org/express failed, reason: unable to verify the first certificate

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2018-08-11T11_18_50_440Z-debug.log

解决方案:

在您的命令行运行:

npm config set strict-ssl false

重复做如下操作即可安装:

npm install express


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议