Quantcast
Viewing latest article 7
Browse Latest Browse All 34

Answer by learningto_code for 'create-react-app' is not recognized as an internal or external command

I solved my problem by following steps

  1. npm install -g create-react-appTo install react app globally
  2. create-react-app versionTo check if it is installed and if its installed then what's the version.
  3. create-react-app [name]
  4. cd [name]
  5. npm start

Viewing latest article 7
Browse Latest Browse All 34

Trending Articles