#### package.json ```json "scripts": { "start": "BROWSER=chrome react-scripts start" } ``` It works in CRA v4.x. But it doesn't work in CRA v5.0.0 It opens with the default browser (Firefox). <br /> #### Environment Windows 10 WSL 2 node v14.16.0 npm v6.14.11