Open koyabr opened 7 years ago
operating system: MacOS Sierra 10.12.3 ionic version: 2.1.18
description:
ionic serve --browser "google chrome"
"defaultBrowser": "google chrome"
ionic.config.json
ionic serve
I've dug around in the source code of serve.js and project.js, Line 186 of serve.js:
serve.js
project.js
options.defaultBrowser = argv.defaultBrowser || argv.f || project.get('defaultBrowser');
looks fine to me, nothing weird found...
Update: I've updated ionic to 2.2.1, still no luck.
operating system: MacOS Sierra 10.12.3 ionic version: 2.1.18
description:
ionic serve --browser "google chrome"
in terminal => works as expected."defaultBrowser": "google chrome"
inionic.config.json
, then typeionic serve
in terminal => oops, safari pops out.I've dug around in the source code of
serve.js
andproject.js
, Line 186 ofserve.js
:options.defaultBrowser = argv.defaultBrowser || argv.f || project.get('defaultBrowser');
looks fine to me, nothing weird found...