ETIMEDOUT Error while installing Node packages on Windows

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

Leave a Comment