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
What version of the CLI are you using? Output of ionic --version
2.2.3
Short description of the problem:
Won't run browser.
What behavior are you expecting?
ionic run browser does not abort with error message
Steps to reproduce:
install Ubuntu 16
apt install chromium-browser
ionic run browser
Post the output of ionic info below please
Cordova CLI: 6.5.0
Ionic Framework Version: 3.0.1
Ionic CLI Version: 2.2.3
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 1.3.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Linux 4.4
Node Version: v6.9.2
Xcode version: Not installed
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Running command: /home/devbox/code/app/platforms/browser/cordova/build
Cleaning Browser project
Running command: /home/devbox/code/app/platforms/browser/cordova/run --nobuild
Static file server running @ http://localhost:8000/index.html
CTRL + C to shut down
Error executing "google-chrome --user-data-dir=/tmp/temp_chrome_user_data_dir_for_cordova http://localhost:8000/index.html": /bin/sh: 1: google-chrome: not found
The command is chromium-browser and not google-chrome. There is no chrome to run. This works flawlessly in Ionic 1 and everywhere else that requires a chrome browser.
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed because it had the v2 label. Please install the new CLI v3 (npm install -g ionic@latest). See CHANGELOG.md#Upgrading from CLI v2 for details.
If this issue is still a problem in CLI v3, please create a new issue. Thank you!
What version of the CLI are you using? Output of
ionic --version
2.2.3
Short description of the problem:
Won't run browser.
What behavior are you expecting?
ionic run browser
does not abort with error messageSteps to reproduce:
apt install chromium-browser
ionic run browser
Post the output of
ionic info
below pleaseOther information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
The command is
chromium-browser
and notgoogle-chrome
. There is no chrome to run. This works flawlessly in Ionic 1 and everywhere else that requires a chrome browser.The text was updated successfully, but these errors were encountered: