最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - npm ERR! code E503 - Stack Overflow

programmeradmin0浏览0评论

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@.0.2.tgz

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

npm ERR! code EPEERINVALID

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/fs-extra/-/fs-extra-4.0.2.tgz

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

npm ERR! code EPEERINVALID

Share Improve this question asked Dec 20, 2017 at 3:53 asrulsibaoelasrulsibaoel 5061 gold badge8 silver badges16 bronze badges 1
  • 4 It seems to be some network issue. – The Odd Developer Commented Dec 20, 2017 at 4:24
Add a ment  | 

1 Answer 1

Reset to default 2

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.

发布评论

评论列表(0)

  1. 暂无评论