-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Description
Bringing this up for discussion. I don't know the rationale for the current behavior. I realize this is a bit of an edge case, and not the highest priority issue. I'll PR if there's interest.
Description
I run two instances of chrome on my computer. create-react-app is the only program that opens in the second browser instance on OSX.
To reproduce (warning, will use some HD space):
env '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --user-data-dir=~/.chrome-profile/fooLeave that running, and then npm start in another terminal.
It opens in the second chrome instance.
Expected behavior
Should follow the normal OSX behavior of opening in the primary chrome instance, like open http://localhost:3000 does, or chat clients, etc.
Actual behavior
Opens in second instance.
Environment
$ npm ls react-scripts
[email protected] <dir>
└── [email protected]
$ node -v
v6.10.0
$ npm -v
3.10.10
- Operating system: OSX
- Browser and version: Chrome stable
Metadata
Metadata
Assignees
Labels
No labels