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 has been archived by the owner on May 1, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
ionic serve
being on Linux machineWhich @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
equalslinux
) it tries to opensrc/vendor/xdg-open
which simply DOES NOT EXIST.The text was updated successfully, but these errors were encountered: