create-react-app not working
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...
raaj.hashnode.dev1 min read