方法一:
依此执行如下命令:
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
报错解除
可以尝试切换电脑网络,连手机热点。