Skip to content

Commit

Permalink
Add "npm run build silently fails" to Troubleshooting (facebook#1168)
Browse files Browse the repository at this point in the history
* Add "npm run build silently fails" to Troubleshooting

* Update README.md
  • Loading branch information
gaearon authored and alexdriaguine committed Jan 23, 2017
1 parent 1716424 commit e3113ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ You can find the most recent version of this guide [here](https://github.com/fac
- [S3 and CloudFront](#s3-and-cloudfront)
- [Surge](#surge)
- [Troubleshooting](#troubleshooting)
- [`npm test` hangs on macOS Sierra](#npm-test-hangs-on-macos-sierra)
- [`npm run build` silently fails](#npm-run-build-silently-fails)
- [Something Missing?](#something-missing)

## Updating to New Releases
Expand Down Expand Up @@ -1123,6 +1125,10 @@ If this still doesn't help, try running `launchctl unload -F ~/Library/LaunchAge
There are also reports that *uninstalling* Watchman fixes the issue. So if nothing else helps, remove it from your system and try again.
### `npm run build` silently fails
It is reported that `npm run build` can fail on machines with no swap space, which is common in cloud environments. If [the symptoms are matching](https://github.com/facebookincubator/create-react-app/issues/1133#issuecomment-264612171), consider adding some swap space to the machine you’re building on, or build the project locally.
## Something Missing?
If you have ideas for more “How To” recipes that should be on this page, [let us know](https://github.com/facebookincubator/create-react-app/issues) or [contribute some!](https://github.com/facebookincubator/create-react-app/edit/master/packages/react-scripts/template/README.md)

0 comments on commit e3113ad

Please sign in to comment.