question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

console.log is not working

See original GitHub issue

Description: 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
memphis23commented, Dec 14, 2018

@ionic/app-scripts : 3.2.0 console.log worked @ionic/app-scripts : 3.2.1 console.log does not work

0reactions
memphis23commented, Dec 17, 2018

Solved after restarting!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found