Add support for Node.js 15/16
See original GitHub issueDescribe 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:
- Install Node.js latest
yarn add elastic-apm-node
- 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:
- Created 3 years ago
- Reactions:15
- Comments:6 (4 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
elastic-apm-node@3.15.0 published now.
Thanks for the reminder! Working on it. Should have this out tomorrow.