2
Answers

how can i change default browser in react js

selvi jp

selvi jp

3y
4k
1

  "start": "BROWSER=chrome react-scripts start",

 

.env file BROWSER=chrome

but i cant change browser this error will come

BROWSER=chrome react-scripts start

'BROWSER' is not recognized as an internal or external command,
operable program or batch file.

Answers (2)