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.

Node.js 4 compatibility

See original GitHub issue

Hey! Nice package!

I’d love to use stacktracey for printing error stack for pnpm. Actually, I already added it to the pnpm reporter: https://github.com/pnpm/pnpm-default-reporter/commit/5ecb033e17aa22f22fcb5ffda98f7412423b9907

though CI failed as stacktracey has some non-Node4-compatible syntax. As well as the get-source and as-table packages. Any objections to make these packages Node.js 4 compatible?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
xplcommented, Sep 27, 2017

@zkochan Hooray, now it should be compatible with Node v4!

For the stacktracey and get-source packages it required just a couple of line changes (thus not requiring Babel), and for the dependencies it turned out to be a bit more complicated. Now it seems that it works in Node 4 now, according to Travis.

Please let me know if you have any issue with the package.

1reaction
xplcommented, Sep 27, 2017

BTW, I’m now working on a Mocha integration (as a custom reporter) for a better TDD workflow: https://github.com/xpl/ololog#using-with-mocha – but this is rather experimental yet, things may not work as expected )

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compatibility and requirements for the Node.js agent
The Node.js agent is compatible with the following operating systems: Linux; SmartOS; macOS 10.7 and higher; Windows Server 2008 and higher The following...
Read more >
Compatibility — Node.js - MongoDB
The following compatibility table specifies the recommended versions of the MongoDB Node.js driver for use with MongoDB. The first column lists the driver ......
Read more >
Previous Releases - Node.js
Version Date V8 npm NODE_MODULE_VERSION Node.js 19.3.0 2022‑12‑14 10.8.168.21 9.2.0 111 Downloads C... Node.js 19.2.0 2022‑11‑29 10.8.168.20 8.19.3 111 Downloads C... Node.js 19.1.0 2022‑11‑14 10.7.193.20 8.19.3...
Read more >
Node.js Compatibility Requirements - Datadog Docs
The last major supporting release line of dd-trace library supports that EOL version of Node.js for at least another year on a maintenance...
Read more >
Node.js compatibility mode | Manual - Deno
Starting with v1.15 Deno provides Node compatiblity mode that makes it possible to run a subset of programs authored for Node.js directly in...
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