Skip to main content

Command Palette

Search for a command to run...

create-react-app not working

Published
1 min readView as Markdown
create-react-app not working
T

I Am a senior Software developer in Banglore

If you are facing this version issue follow the below steps
In your new folder

1.npm init

2.npm install create-react-app

3.npx create-react-app myapp

Conclusion :
There are many ways to solve this error, Above mentioned steps are one of the method that help you to solve this error