Replies: 2 comments 5 replies
-
You can use export BROWSER="/path/to/browser" You can add it your Exit the terminal and open it again. Run |
Beta Was this translation helpful? Give feedback.
5 replies
-
You can update start in package.json to credits: #11873 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I saw in the online documentation that it is possible to use a specific browser then starting my app with
npm start
using theBROWSER
environment variable.I tried many times with different configurations targeting different installed browsers .
BROWSER=~/dev/firefox-dev/firefox/firefox npm start
BROWSER=brave npm start
Everytime, it just started with my default browser without any additional output.
Any idea why this isn't working?
Edit: Ubuntu 20.04 if it helps
Beta Was this translation helpful? Give feedback.
All reactions