DEV Community

tanveerjsx
tanveerjsx

Posted on

Making new project on React js and getting weird errors

I follow all the steps approximately 10 times but cant get solution .. Can you help please to sort this out
I am following steps
npm install -g create-react-app
create-react-app reactD
cd reactD
npm start

other::
npx create-react-app reactD
cd reactD
npm start

I had also clean cashe
and try with both yarn and npm but cant get proper solution

Atlast I put SKIP_PREFLIGHT_CHECK=true in .env file but It is not the right way it may give errors next.. If you know the solution please share with me

Top comments (1)

Collapse
 
ashishsantikari profile image
Ashish Santikari

Could you help out with the errors that you are getting???