-2

I want to create a new app with react js and when I create an app, I don't have any folder (src, public) and when I start project get this error npm ERR! missing script: start npm ERR! A complete log of this run can be found

fatemeh mh
  • 11
  • 2
  • Does this answer your question? [Template not provided using create-react-app](https://stackoverflow.com/questions/59188624/template-not-provided-using-create-react-app) – Agney Dec 13 '19 at 18:41

1 Answers1

0

follow this steps

  1. npm uninstall -g create-react-app
  2. npm cache clean --force
  3. npm i create-react-app -g
  4. npx create-react-app my-app
mohamed ali
  • 202
  • 2
  • 3