libxmljs2
libxmljs2 copied to clipboard
Arm64 NODE_MODULE_VERSION=115 build is broken.
Hello,
Since the release of the new build for arm64 (on 11/19/23), the use of the lib with node@20 ( => NODE_MODULE_VERSION=115) is broken. It seems like the downloaded version is build for node@21 (=> NODE_MODULE_VERSION=120).
Error: The module '/Users/clement.berthou/dev/opensource/pix/api/node_modules/libxmljs2/build/Release/xmljs.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 120. This version of Node.js requires
NODE_MODULE_VERSION 115. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
npm install --force
, npm ci
or npm rebuild
do not fix anything. Locally rebuilding the lib through npm run build
works.
Since I can't see any action having been ran for 2 weeks, did you push those assets manually ?
By the way, thanks for building and maintaining this awesome lib !