You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe any tips here could help: npm/npm#5133. Could be a no disk space issue, a permissions issue, a network issue, etc. In either case it is a problem with your npm setup.
At the very least I would recommend clearing E:\Project\workspaces\NodeJS\npm-cache\ since that's where the issue occurs. If it doesn't help maybe try to reinstall Node. Unfortunately at this point we are unlikely to help: the issue is clearly with npm. You could also try using Yarn instead (CRA will automatically use it if it's installed globally).
I'm closing because there's not much we can do but I hope this helps.
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:
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.4
npm -v
:4.1.1
Then, specify:
Windows 7
Chrome
Reproducible Demo
installed latest version of create-react-app then tried creating new app (Ran CMD as admin)
ConsoleLog.zip
The text was updated successfully, but these errors were encountered: