console.log is not working
See original GitHub issueDescription: After upgrading from ionic 4.3.1 to 4.5.0, console.log has stopped to show messages on Chrome console.
My ionic info
:
Ionic:
ionic (Ionic CLI) : 4.5.0 (C:\Users\sbelinchon\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.1
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.1.4, (and 10 other plugins)
System:
Android SDK Tools : 26.1.1 (C:\Users\sbelinchon\AppData\Local\Android\Sdk)
NodeJS : v10.13.0 (C:\Program Files\nodejs\node.exe)
npm : 6.4.1
OS : Windows 10
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Console.log not working at all - Stack Overflow
To solve it I opened the Developer Console (in Chrome), right clicked on the reload arrow next to the URL bar and selected...
Read more >console.log() not working in my browser. - Codecademy
I wrote an HTML program with a Javascript code, with console.log() functions for printing, and ran it in the browsers(IE, Chrome) but found...
Read more >Please Stop Using console.log() for Debugging — It's Broken
console.log() forces you to consciously select which information to be logged prior to debugging. And what you display in the first place isn't...
Read more >2 Easy Ways to Fix console.log if It's not Working in Firefox
1. Enable logging ; Enter the full console by right-clicking the page and selecting Inspect (or press Ctrl + Shift + K )....
Read more >Debugging in JavaScript: Using console.log()
console.log() is a very commonly used tool in the JavaScript developer's toolbox. ... If you ever find that a form submission isn't working...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ionic/app-scripts : 3.2.0 console.log worked @ionic/app-scripts : 3.2.1 console.log does not work
Solved after restarting!