question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

create-react-app fails to create a project on windows 10

See original GitHub issue

Can you reproduce the problem with latest npm?

yes; using npm 4.1.2

when executing the command:

create-react-app <app-name>

the terminal window disappears (ie: exits) and NOTHING GETS CREATED!

tried with and w/o sudo privs with same terminal window results

this happens with create-react-versions 1.0.3 and 1.0.4

have tried to reproduce the issue again and again and again and again and …

Can you still reproduce it?

yes

Expected behavior

have create-react-app CREATE AN APP!.

Actual behavior

when executing the command:

create-react-app <app-name>

the terminal window disappears (ie: exits) and NOTHING IS CREATED

tried with and w/o sudo privs with same terminal window results

this happens with create-react-versions 1.0.3 and 1.0.4

have tried to reproduce the issue again and again and again and again and …

Environment

Run these commands in the project folder and fill in their results:

  1. node -v: v6.9.5
  2. npm -v: v4.1.2
  3. Operating system: Microsoft Windows 10 Enterprise 10.0.14393 Build 14393
  4. Browser: Chrome v56.0.2924.87 (64-bit)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:30 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
phavorcommented, Nov 22, 2017

@gaearon I have done npm install -g create-react-app and yet I get error messages createreactapp

1reaction
dcu-sharepointcommented, Feb 21, 2017

anywho: will keep u posted, Gracias…

Read more comments on GitHub >

github_iconTop Results From Across the Web

create-react-app Failing to create a new ... - Stack Overflow
I have Create-react-app version 1.4.3 installed. When I try to create a new App , I get the following messages in the command...
Read more >
npx create-react-app fails · Issue #12559 - GitHub
Describe the bug Command npx create-react-app my-app fails to complete Environment Environment Info: current version of create-react-app: ...
Read more >
Create a New React App
Create React App doesn't handle backend logic or databases; it just creates a frontend build pipeline, so you can use it with any...
Read more >
[Solved]-create-react-app Failing to create a new React app in ...
[Solved]-create-react-app Failing to create a new React app in windows 10-Reactjs · I ignored that and did and reinstalled create-react-app globally by running; ......
Read more >
Install React on Windows | Microsoft Learn
Create your React app · Open a terminal(Windows Command Prompt or PowerShell). · Create a new project folder: mkdir ReactProjects and enter that ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found