# create-react-app not working

 **If you are facing this version issue follow the below steps**<br />
**In your new folder**

1.npm init

2.npm install create-react-app

3.npx create-react-app myapp

 

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

 
