Uh oh!
There was an error while loading. Please reload this page.
Catch and noop call to open web browser. - #964
Conversation
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.
facebook-github-bot
commented
Oct 25, 2016
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact cla@fb.com if you have any questions. |
facebook-github-bot
commented
Oct 25, 2016
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
spadin
commented
Oct 25, 2016
For a little more context, this error is also happening in CI. You can look for the following error in the CI error logs. Appears related to issue #707 |
gaearon
commented
Oct 28, 2016
Nice catch. |
…react-app # By Ville Immonen (11) and others # Via Dan Abramov * 'master' of https://github.com/facebookincubator/create-react-app: (39 commits) Remove redundant `function` from export statement (react#996) Add Gatsby to alternatives (react#995) Allow webpack 2 as peerDependency in react-dev-utils (react#963) Remove custom babel-loader cache dir config (react#983) Check for presence of folders before continuing eject. Closesreact#939. (react#951) Fixesreact#952 (react#953) Always build before deploying to gh-pages (react#959) Add collectCoverageFrom option to collect coverage on files without any tests. (react#961) Catch and noop call to open web browser. (react#964) Gently nudge users towards https by default (react#974) Enable compression on webpack-dev-server (react#966) (react#968) Add next.js to Alternatives Point people to npm Windows instructions Encourage people to try recent npm Fix an attribution link in 0.7.0 changelog Update CLI version in changelog Publish Update eslint-config-react-app version in the guide Update changelog for 0.7.0 Revert "Temporarily remove 0.7.0 changelog as it's not out yet" ... Conflicts: packages/babel-preset-react-app/package.json packages/create-react-app/package.json packages/eslint-config-react-app/package.json packages/react-dev-utils/package.json packages/react-scripts/config/webpack.config.dev.js packages/react-scripts/config/webpack.config.prod.js packages/react-scripts/package.json
rohozhnikoff
commented
Nov 17, 2016
Somebody pls update react-dev-utils in registry |
gaearon
commented
Nov 17, 2016
It's not released yet. Sorry, I'm a bit busy with React right now and plan to come back to releasing stuff on this repo closer to December. Maybe @fson could offer some help getting 0.8.0 and related releases out. |
* pull2: Support Yarn (react#898) Fix chrome tab reuse (react#1035) Remove unnecessary transform plugins for object spread to work (react#1052) Clears the usage of react-jsx-source & react-jsx-self (react#992) Update babel-present-env and use node: 'current' as target (react#1051) Remove redundant `function` from export statement (react#996) Add Gatsby to alternatives (react#995) Allow webpack 2 as peerDependency in react-dev-utils (react#963) Remove custom babel-loader cache dir config (react#983) Check for presence of folders before continuing eject. Closesreact#939. (react#951) Fixesreact#952 (react#953) Always build before deploying to gh-pages (react#959) Add collectCoverageFrom option to collect coverage on files without any tests. (react#961) Catch and noop call to open web browser. (react#964) Gently nudge users towards https by default (react#974) Enable compression on webpack-dev-server (react#966) (react#968) Add next.js to Alternatives Point people to npm Windows instructions Encourage people to try recent npm # Conflicts: # packages/react-scripts/config/webpack.config.dev.js # packages/react-scripts/package.json # packages/react-scripts/utils/createJestConfig.js
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.
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.
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.
…react-app # By Ville Immonen (11) and others # Via Dan Abramov * 'master' of https://github.com/facebookincubator/create-react-app: (39 commits) Remove redundant `function` from export statement (react#996) Add Gatsby to alternatives (react#995) Allow webpack 2 as peerDependency in react-dev-utils (react#963) Remove custom babel-loader cache dir config (react#983) Check for presence of folders before continuing eject. Closesreact#939. (react#951) Fixesreact#952 (react#953) Always build before deploying to gh-pages (react#959) Add collectCoverageFrom option to collect coverage on files without any tests. (react#961) Catch and noop call to open web browser. (react#964) Gently nudge users towards https by default (react#974) Enable compression on webpack-dev-server (react#966) (react#968) Add next.js to Alternatives Point people to npm Windows instructions Encourage people to try recent npm Fix an attribution link in 0.7.0 changelog Update CLI version in changelog Publish Update eslint-config-react-app version in the guide Update changelog for 0.7.0 Revert "Temporarily remove 0.7.0 changelog as it's not out yet" ... Conflicts: packages/babel-preset-react-app/package.json packages/create-react-app/package.json packages/eslint-config-react-app/package.json packages/react-dev-utils/package.json packages/react-scripts/config/webpack.config.dev.js packages/react-scripts/config/webpack.config.prod.js packages/react-scripts/package.json
Running
create-react-appin a Docker container causes an unhandled rejection error in nodejs > 6.5 because theopnmodule tries to open a web browser in a system that doesn't have one. I figured this error could be safely ignored.