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
Top comments (0)