-
-
Notifications
You must be signed in to change notification settings - Fork 27k
react-scripts failed when running react-react-app #1502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As you can see, running
(I presume there's more in the log but your report cut it off.) We need to provide better error handling, but basically this means Can you try again? If it fails, can you post the complete npm output? |
Going to close this since it's an npm issue (and likely due to the network), but filed #1505 so that we handle this more gracefully in the future. |
you can get this error if you have low memory. |
I had this issue and spent a long while trying to fix it, this is what worked for me. uninstalling and then reinstalling yarn. Then all worked fine, hope that helps someone |
Description
A bug
Expected behavior
A working read app gets generated
Actual behavior
package.json does not contain any scripts; nom start doesn't work.
Stack trace when creating a new app:
node -v
:v7.5.0
npm -v
:4.1.2
Then, specify:
The text was updated successfully, but these errors were encountered: