-1

I am trying to install an NPM package in a project but the installation does not go beyond the buildDeps phase and after a while it gives me the error ECONNRESET. This happens to me with any package I try to install:

I tried to install Express and Angular and couldn't.

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
  • Same issue has been addressed in this [URL](https://stackoverflow.com/questions/18419144/npm-not-working-read-econnreset) – Bharath Nov 28 '22 at 05:19
  • 2
    Does this answer your question? [npm not working - "read ECONNRESET"](https://stackoverflow.com/questions/18419144/npm-not-working-read-econnreset) – Abdulaziz Nov 28 '22 at 05:27

1 Answers1

1

Try connecting your device to Internet. NPM is a Package manager which add packages stored in servers and deliver to their users. If problem still persists, try to install NodeJS again

theviz02
  • 11
  • 3