bswen-project icon indicating copy to clipboard operation
bswen-project copied to clipboard

2022/06/how-to-solve-ECONNRESET

Open utterances-bot opened this issue 2 years ago • 1 comments

others-how to solve read ECONNRESET error when trying to install nodejs module using npx?

  1. Purpose In this post, I will demonstrate how to solve read ECONNRESET error when trying to install nodejs module using npx. Such as following error:

https://www.bswen.com/2022/06/how-to-solve-ECONNRESET.html

utterances-bot avatar Sep 16 '22 18:09 utterances-bot

hello guys i just came across this problem and solved by: npm config edit then clear out ur .npmrc file, save it then clean out cache using npm cache clean -f then try createing your react app, happy-hacking!

Coderddd avatar Sep 16 '22 18:09 Coderddd