npm ERR! code ECONNRESET npm ERR! errno ECONNRESET npm ERR! network request to http://registry.npm.t
Posted vieber
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm ERR! code ECONNRESET npm ERR! errno ECONNRESET npm ERR! network request to http://registry.npm.t相关的知识,希望对你有一定的参考价值。
差了半天原来是代理的问题,之前执行过这个命令
H=172.20.108.01; export https_proxy=http://$H:7890 http_proxy=http://$H:7890 all_proxy=socks5://$H:7890; git config --global core.gitproxy "";git config --global socks.proxy $H; npm config set proxy "http://$H:7890/"\\; npm config set https-proxy "https://$H:7890/"export https_proxy=http://$H:7890 http_proxy=http://$H:7890 all_proxy=socks5://$H:7890; git config --global core.gitproxy "";git config --global socks.proxy $H; npm config set proxy "http://$H:7890/"\\; npm config set https-proxy "https://$H:7890/"
导致把npm的代理弄成上面那个host了,那个是别人的机器。
执行
npm config get proxy
进行验证,果然是别人的代理,
然后执行
npm config rm proxy
进行删除
npm config rm https-proxy
还有这个,再进行安装就好了
以上是关于npm ERR! code ECONNRESET npm ERR! errno ECONNRESET npm ERR! network request to http://registry.npm.t的主要内容,如果未能解决你的问题,请参考以下文章
nvm下cnpm报错,npm ERR! code ENOTEMPTY npm ERR! syscall rmdir,npm ERR! npm ERR! errno -4051 npm ERR!
npm ERR! code ENOENT npm ERR! syscall open npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@
vue-admin-beautiful:npm ERR! code ERESOLVE && npm ERR! code E451
npm install 报错(npm ERR! code EPERM npm ERR! syscall mkdir npm ERR! path D: ode.jsodejs)