Can't install anything with npm ECONNRESET without proxy

后端 未结 7 2084
眼角桃花
眼角桃花 2020-12-29 07:31

I used node.js to install some things via npm without any problems. Now I changed nothing on my settings (Win8; no proxy, internet is working) and I can\'t install anything

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 08:05

    Had the similar issue on Windows 10 with Node v5.0.0

    Another solution from here that works for me:

    Try to unistall x64 version of Node.js and install x86 one.

提交回复
热议问题