How can i change the default browser fired up when running npm start
for a create-reac-app
created app?
It'll run Firefox but I'd like the Chrome...
How can i change the default browser fired up when running npm start
for a create-reac-app
created app?
It'll run Firefox but I'd like the Chrome...
I think these links might help:
Both set the BROWSER
environment variable before executing the start command.
In your case you'll have to edit the start
command package.json
file according to this answer: https://stackoverflow.com/a/59882442/10250548