"template/src/index.js" did not exist on "86fa5b3f78013787b4f6801b989edb700feaaec7"
Catch and noop call to open web browser. (#964)
Running `create-react-app` in a Docker container causes an unhandled rejection error in nodejs > 6.5 because the `opn` module tries to open a web browser in a system that doesn't have one. I figured this error could be safely ignored.
Showing
+1 -1
Please register or sign in to comment