Prebuilt Binary Support for Node.js v22.x #7068
Unanswered
Jelmerovereem
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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).
Error:
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.gz
Are there plans to support Node.js v22 and release prebuilt binaries for ABI v127?
If building from source is the only option, I would like some guidance or next steps to achieve this.
Using
npm install --build-from-source
gives me a lot ofmake
errors.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions