Thats really strangeā¦
I tried everything today (reinstalling dependencies, checking version, use another bs-platform version, create new project and add old stuff one by one), i cannot figure out when/what goes wrong.
Btw. bsb -make-world
completes everytime without any problemsā¦ 
This is where the build
process ācrashesā, but i dont think its very helpful:
3 verbose stack Error: client@0.1.0 build: `react-scripts build`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:304:16)
13 verbose stack at emitTwo (events.js:126:13)
13 verbose stack at EventEmitter.emit (events.js:214:7)
13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at emitTwo (events.js:126:13)
13 verbose stack at ChildProcess.emit (events.js:214:7)
13 verbose stack at maybeClose (internal/child_process.js:925:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
Update
I have been using create-react-app
with reason-scripts. I now migrated my project to bsb -init my-react-app -theme react
- Method (https://reasonml.github.io/reason-react/docs/en/installation.html). Its working way better and faster now. i dont think it is a create-react-app
issue in generalā¦ But maybe it will help you to @happylinks