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.
Description
The html file build randomly fails, leading to a missing HTML file. This happens silently and intermittently.
Repro instructions:
- Delete the
build/
contents between runs - Run build
- Make sure
build/index.html
got generated -- ifbuild/index.html
is missing, you've reproduced the bug - Repeat
Expected behavior
HTML file should always build.
Actual behavior
Building from scratch, build/index.html
intermittently fails to get generated.
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected): N/A - I have ejectednode -v
: v6.9.1npm -v
: 4.0.2create-react-app --version
: 0.6.0
Then, specify:
- Operating system: Ubuntu 16.04.1 LTS
- Browser and version: N/A
Reproducible Demo
Run create-react-app
with defaults and you'll have it, but you may have to run build a lot to repro the problem.