bswen / bswen-project

code for www.bswen.com
http://www.bswen.com
Apache License 2.0
20 stars 34 forks source link

2022/06/how-to-solve-ECONNRESET #29

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

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

Coderddd commented 1 year ago

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!