Prebuilt Binary Support for Node.js v22.x #7068
Unanswered
Jelmerovereem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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