Hi guys
Since last update, I am not able to show console in terminal.
Here is the command I do : ionic cordova emulate ios --livereload --consolelogs
Livereload work fine but there is not console output.
Any ideas ?
Thanks
Hi guys
Since last update, I am not able to show console in terminal.
Here is the command I do : ionic cordova emulate ios --livereload --consolelogs
Livereload work fine but there is not console output.
Any ideas ?
Thanks
I am having the same issue with ionic cordova run android --livereload --consolelogs
This does not happen with my Ionic 2 projects, just my ionic 1 projects.
Ionic Info:
cli packages: (C:\wamp\www\fonte\node_modules)
@ionic/cli-plugin-cordova : 1.6.2
@ionic/cli-plugin-ionic1 : 2.1.1
@ionic/cli-utils : 1.7.0
ionic (Ionic CLI) : 3.7.0
global packages:
Cordova CLI : 6.5.0
local packages:
Cordova Platforms : android 6.2.2 browser 4.1.0 ios 4.2.1
Ionic Framework : ionic1 1.3.3
System:
Android SDK Tools : 25.2.3
Node : v6.9.1
OS : Windows 10
npm : 3.10.8
My packages.json
{
“name”: “o”,
“version”: “2.0.51”,
“description”: “o: An Ionic project”,
“scripts”: {
“ionic-build”: “ionic-app-scripts build”,
“ionic-watch”: “ionic-app-scripts watch”
},
“dependencies”: {},
“devDependencies”: {
“@ionic/cli-plugin-cordova”: “1.6.2”,
“@ionic/cli-plugin-ionic1”: “2.1.1”,
“bower”: “^1.3.3”,
“ionic”: “3.7.0”,
“shelljs”: “^0.3.0”
},
“cordovaPlugins”: [
“cordova-plugin-device”,
“cordova-plugin-console”,
“cordova-plugin-whitelist”,
“cordova-plugin-splashscreen”,
“cordova-plugin-statusbar”,
“ionic-plugin-keyboard”
],
“cordovaPlatforms”: [
“android”
]
}
Did you check here already? https://github.com/ionic-team/ionic-cli/issues
I found it here: https://github.com/ionic-team/ionic-cli/issues/2548
So do I just need to wait until this is fixed?
+1 the issue, maybe respond and add your own “case” to it so the developers are aware that multiple people have this problem and actually need it solved.
CLI 3.10.0 will have --consolelogs working for Ionic 1. https://github.com/ionic-team/ionic-cli/issues/2548