This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Description
operating system: MacOS Sierra 10.12.3
ionic version: 2.1.18
description:
- type
ionic serve --browser "google chrome" in terminal => works as expected.
- add
"defaultBrowser": "google chrome" in ionic.config.json, then type ionic serve in terminal => oops, safari pops out.
I've dug around in the source code of serve.js and project.js, Line 186 of serve.js:
options.defaultBrowser = argv.defaultBrowser || argv.f || project.get('defaultBrowser');
looks fine to me, nothing weird found...