Hi All, I am using node 12.4.0 and create-react-app 2.1.8 on windows 10, when i try creating app using the below comments only the node_modules folder and a package.json files are created, no .js nor .html files were created.
attempts are:
$ create-react-app my-app1
$ npx create-react-app my-counter2 --template quickstart-redux
$ npm init react-app my-counter-app
kindly help me to create the template to begin with.
Try running this npx --ignore-existing create-react-app my-counter2 --template quickstart-redux.
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
Most helpful comment
Try running this
npx --ignore-existing create-react-app my-counter2 --template quickstart-redux.