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
1 Answer
Reset to default 2This 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.