create-react-app is not creating app.js and other files, except node_modules folder, package.json file.

Created on 3 Jan 2020  路  2Comments  路  Source: facebook/create-react-app

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.

needs triage stale

Most helpful comment

Try running this npx --ignore-existing create-react-app my-counter2 --template quickstart-redux.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

barcher picture barcher  路  3Comments

alleroux picture alleroux  路  3Comments

alleroux picture alleroux  路  3Comments

onelson picture onelson  路  3Comments

ap13p picture ap13p  路  3Comments