Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress browser launch only when BROWSER=none #1263

Closed
CaryLandholt opened this issue Dec 13, 2016 · 0 comments
Closed

Suppress browser launch only when BROWSER=none #1263

CaryLandholt opened this issue Dec 13, 2016 · 0 comments
Milestone

Comments

@CaryLandholt
Copy link
Contributor

Description

As a follow-up to dc6edce, the browser does not open when in
a non-interactive shell (process.stdout.isTTY === false). This will happen when starting the CRA app from within another process, such as running a backend and front-end concurrently in development.

Expected behavior

The browser should open regardless of interactive state; however, users can suppress browser launch when BROWSER=none (introduced in #1247).

Actual behavior

Browser does not open when app is started (via either npm start or yarn start).

@gaearon gaearon added this to the 0.9.0 milestone Dec 13, 2016
@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants