This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.
Browser wont open on ionic serve. Missing src/vendor/xdg-open #425
Closed
Description
Short description of the problem:
Browser wont open when using ionic serve
on Linux.
What behavior are you expecting?
Browser should be opened automatically after ionic serve
Steps to reproduce:
- Run
ionic serve
being on Linux machine
Which @ionic/app-scripts version are you using?
0.0.45
Other information:
Im on Linux Fedora machine.
My investigation takes me to this open.ts#L47 line where for my case (process.platform
equals linux
) it tries to open src/vendor/xdg-open
which simply DOES NOT EXIST.