方法一:
依此执行如下命令:
npm config set proxy null
npm config set https-proxy null
npm config set registry http://registry.cnpmjs.org/
npm config set strict-ssl false
报错解除
方法二:可能和网络有关。
可以尝试切换电脑网络,连手机热点。
依此执行如下命令:
npm config set proxy null
npm config set https-proxy null
npm config set registry http://registry.cnpmjs.org/
npm config set strict-ssl false
报错解除
可以尝试切换电脑网络,连手机热点。
本文标题:npm install -g koa-generator安装报错
本文链接:https://www.haomeiwen.com/subject/hfsggktx.html
网友评论