You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I allow external packages to open the browser from within Bash?
For example, with webpack-dev-server --open I get: "Unable to open browser. If you are running in a headless environment, please do not use the open flag."
The text was updated successfully, but these errors were encountered:
wasabigeek
changed the title
Can't open browser when using heroku open / webpack-dev-server --open
Can't open browser when using heroku open / webpack-dev-server --openAug 12, 2017
For anyone else who has the same issue, I added export BROWSER=/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe (your path may vary) to my .bashrc file. This set the default browser to be Chrome, which opens with Interop flawlessly.
How can I allow external packages to open the browser from within Bash?
For example, with
webpack-dev-server --open
I get: "Unable to open browser. If you are running in a headless environment, please do not use the open flag."The text was updated successfully, but these errors were encountered: