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.

Doesn't work in Node.js 8

See original GitHub issue

I’m using Node.js 8.3 here, and the library doesn’t work.

Calling console.table just doesn’t outputs anything.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bahmutovcommented, Aug 23, 2017

Version 0.9.0 has been published to NPM. The full release note can be found at console.table/releases/tag/v0.9.0.

Tip: safely upgrade dependency console.table in your project using next-update

1reaction
vitaly-tcommented, Aug 20, 2017

So currently I use this work-around:

delete console.table;
require('console.table');
Read more comments on GitHub >

github_iconTop Results From Across the Web

Node command doesnt work [duplicate] - Stack Overflow
The problem has to do with package naming. The node package in Debian/Ubuntu is not node.js, it's amateur packet radio software.
Read more >
Errors | Node.js v19.3.0 Documentation
This will not work because the callback function passed to fs.readFile() is called asynchronously. By the time the callback has been called, the...
Read more >
Update Now! Node.js 8 is Not Supported from 2020.
Try to update your Node.js version locally. Run the tests; Hope all of them pass; If they do, change your Node version on...
Read more >
How to fix 'npm does not support Node.js v14' error on ...
Uninstall node.js (Windows Add/Remove programs) · Manually delete the npm folder from your user profile (%APPDATA%/roaming/npm) · Install node.js ...
Read more >
Top 10 Most Common Node.js Developer Mistakes - Toptal
Node.js is free to run other parts of the code from the moment this function is ... This is because calling the callback...
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