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
Asked
Active
Viewed 133 times
-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 Answers
0
follow this steps
- npm uninstall -g create-react-app
- npm cache clean --force
- npm i create-react-app -g
- npx create-react-app my-app

mohamed ali
- 202
- 2
- 3