'npm install' extremely slow on Windows

后端 未结 13 1821
面向向阳花
面向向阳花 2020-12-24 04:35

For me is npm install extremely slow. I\'m using Windows 8.1 with the latest npm version. My connection speed is around 100Mbit/s.

The project I\'m tryi

13条回答
  •  梦毁少年i
    2020-12-24 05:11

    For me it appeared to be a problem with IPv6.

    Disabling IPv6 helped immensely for me.
    With IPv6 turned on "update-package newtonsoft.json" took 1:45 to time out with the error "update-package : A task was canceled."

    With IPv6 disabled "update-package newtonsoft.json" completed in 10 seconds

提交回复
热议问题