Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I got this error when I tried to run npm install on my project which has cloned from my github.

npm ERR! code E503
npm ERR! 503 Maximum threads for service reached: fs-extra@https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.2.tgz

NB: I already followed this instruction but still got the same result:

npm ERR! code EPEERINVALID

This is an issue with your network connection . I was also faced this same issue.I was configured an artifact repo and the required npm packages are not available from there so it returned npm ERR! code E503 . just replace your .npmrc file with default one to resolve this issue.

Thanks! I've tested several internet providers. Yes, it's confirmed that my previous provider have this serious issue. Now i changed to a new ISP. – asrulsibaoel Aug 18, 2020 at 1:11

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.