You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
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 servein terminal => oops, safari pops out.I've dug around in the source code of
serve.jsandproject.js, Line 186 ofserve.js:options.defaultBrowser = argv.defaultBrowser || argv.f || project.get('defaultBrowser');looks fine to me, nothing weird found...