Why is this error occurring in React "ECONNRESET "?

148 Views Asked by At

I was creating a react app through box create-react-app my app , when I got this npm ECONNRESET error.I am quite new to reactjs so I don't know much about this.so please help me. I didn't know what to do so I came here.I am using vs code btw.

1

There are 1 best solutions below

1
Rishabh Dhawad On

The ECONNRESET error is typically related to network connectivity issues

Here are a few steps you can take to troubleshoot

npm cache clean --force
npx create-react-app my-app
npm install -g yarn
yarn create react-app my-app
node --version
npm --version