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.

Add support for Node.js 15/16

See original GitHub issue

Describe the bug

error elastic-apm-node@3.7.0: The engine "node" is incompatible with this module. Expected version "^8.6.0 || 10 || 12 || 13 || 14". Got "15.0.1"

To Reproduce

Steps to reproduce the behavior:

  1. Install Node.js latest
  2. yarn add elastic-apm-node
  3. See error

Expected behavior

Node.js 15 should be present in package.json’s engines.node.

Environment

  • OS: Linux
  • Node.js version: 15.0.1
  • APM Server version: n/a
  • Agent version: 3.7.0 / master

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:15
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
trentmcommented, May 19, 2021

elastic-apm-node@3.15.0 published now.

1reaction
trentmcommented, May 18, 2021

Can you please release to npm a new version with the node 15/16 support?

Thanks for the reminder! Working on it. Should have this out tomorrow.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add standardized support information to your Node.js modules
The easiest way to add this standardized information to your Node.js modules is to create a separate file called package-support.json , which ...
Read more >
npm does not support Node.js v12.18.3 - Stack Overflow
I've installed the latest version of Node.js (12.18.3) on my Windows 10 PC and I'm trying to install a package using npm. When...
Read more >
15 Common Error Codes in Node.js and How to Fix Them
Therefore, we've compiled this list of 15 common Node.js errors ... at listenInCluster (node:net:1378:12) at doListen (node:net:1516:7) at ...
Read more >
Node v16.15.0 (LTS)
Adds experimental support to the fetch API. This adds the --experimental-fetch flag that installs the fetch , Request , Response , Headers ...
Read more >
circleci/node@5.0.3
Easily install Node.js and its package managers (npm, yarn). Best of all, install your packages with caching enabled by default.
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