ETIMEDOUT Error while installing Node packages on Windows

前端 未结 10 860
日久生厌
日久生厌 2020-12-03 10:18

I am trying to install node packages on my windows machine using npm from a fresh install of node.

however, I am getting ETIMEDOUT errors. I checked few other stacko

10条回答
  •  庸人自扰
    2020-12-03 11:05

    I am posting this answer in case some one faces the same issue.

    I was able to solve this by running following command:

    npm config delete proxy
    

提交回复
热议问题