npm startでブラウザを指定

環境変数BROWSERで指定

 Bash> BROWSER=Chrome npm start
 PowerShell> $env:BROWSER = Chrome; npm start

参考

https://stackoverflow.com/questions/51706882/how-do-i-npm-start-with-a-specific-browser


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS