bswen-project
bswen-project copied to clipboard
2022/06/how-to-solve-ECONNRESET
others-how to solve read ECONNRESET error when trying to install nodejs module using npx?
- 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:
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!