npm doesn't download packages (connect ETIMEDOUT)

1.7k views Asked by At

For some reason my npm stopped working with network suddenly.

I didn't really get why, so I decided to look through the stackoverflow questions but all the answers I could find were about running npm behind corporate proxies, but I work at home and I don't have a proxy.

Below is a couple of screenshots of my console with npm errors: enter image description here

enter image description here

Maybe someone has already encountered that problem and knows how to solve it?

PS: I've read one guy saying that I just need to wait a bit and that npm servers might just be down, but it's already been for 2 days and I can't use npm:(

I hope someone might help)

1

There are 1 answers

0
Denis Yakovenko On BEST ANSWER

Thanks to Bidhan, the command npm config delete proxy solved the issue.