Prebuilt Binary Support for Node.js v22.x #7068
-
|
We want to update our Node.js version from v18 to v22, but got an error during the npm install process. The error message says that OSRM doesn't have prebuilt binaries for Node ABI version 127 (Node.js v22). node-pre-gyp ERR! stack Error: response status 404 Not Found on https://github.com/Project-OSRM/osrm-backend/releases/download/v5.27.1/node_osrm-v5.27.1-node-v127-linux-x64-Release.tar.gzAre there plans to support Node.js v22 and release prebuilt binaries for ABI v127? Using Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Looks like it's coming in a few weeks: #7091 (comment) If you can't wait, we built a version from the pre-release code. You can install it too for the time being. |
Beta Was this translation helpful? Give feedback.
-
|
The latest release v26.4.0 just dropped and supports node 22/24/25. |
Beta Was this translation helpful? Give feedback.
The latest release v26.4.0 just dropped and supports node 22/24/25.