Closed
Description
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
Can you reproduce the problem with latest npm?
Yes
Many errors, especially related to "missing modules", are due to npm bugs.
If you're using Windows, follow these instructions to update npm.
If you're using OS X or Linux, run this to update npm:
npm install -g npm@latest
cd your_project_directory
rm -rf node_modules
npm install
Then try to reproduce the issue again.
Can you still reproduce it?
yes
Description
What are you reporting?
New app is not getting created
Expected behavior
React app needs to be created
Tell us what you think should happen.
Actual behavior
Tell us what actually happens.
ended up with exceptin provided in logs
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected):
my-new-app@0.1.0 E:\Project\workspaces\NodeJS\react\my-new-app
`-- (empty)node -v
:
v6.9.4npm -v
:
4.1.1
Then, specify:
- Operating system:
Windows 7 - Browser and version:
Chrome
Reproducible Demo
installed latest version of create-react-app then tried creating new app (Ran CMD as admin)
Metadata
Metadata
Assignees
Labels
No labels