I solved my problem by following steps
- npm install -g create-react-appTo install react app globally
- create-react-app versionTo check if it is installed and if its installed then what's the version.
- create-react-app [name]
- cd [name]
- npm start
I solved my problem by following steps