-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with zeromq when installinw with node.js 22.12.0 #701
Comments
I have already fixed it with this command: |
version 3.3 is working for me, but...
|
I am trying to install on arm64 Pi 5 and running into similar compiler issues ... using node 20.18.1 I have tried it with export VCPKG_FORCE_SYSTEM_BINARIES=1 but it did not work. npm install At the end it fails with this: npm error [219/220] Building CXX object CMakeFiles/vcpkg-test.dir/src/vcpkg-test/versionplan.cpp.o |
Hi, I am getting this error when executing npm install:
npm error code 1
npm error path /home/pablo/btc-rpc-explorer/node_modules/zeromq
npm error command failed
npm error command sh -c node ./script/install.js
npm error Building addon node via cmake-ts (requires cmake, ninja, and the vcpkg dependencies)
npm error --------------------------------------------------
npm error WARNING: Building only for the current runtime.
npm error WARNING: DO NOT SHIP THE RESULTING PACKAGE
npm error --------------------------------------------------
npm error no generator specified, checking ninja
npm error found ninja at /usr/bin/ninja
npm error running in /home/pablo/btc-rpc-explorer/node_modules/zeromq command [ 'nativeonly' ]
npm error > Setting up staging directory... [ DONE ]
npm error ---------------- BEGIN CONFIG ----------------
npm error > Distribution File Download... [ DONE ]
npm error > Determining ABI... [ DONE ]
npm error > Building directories... [ DONE ]
npm error > Applying overrides... [ DONE, 0 applied ]
npm error --------------- CONFIG SUMMARY ---------------
npm error Name: N/A
npm error OS/Arch: linux arm64
npm error Runtime: node 22.12.0
npm error Target ABI: 127
npm error Toolchain File: null
npm error Custom CMake options: no
npm error Staging area: /home/pablo/btc-rpc-explorer/node_modules/zeromq/staging/linux/arm64/node/127
npm error Target directory: /home/pablo/btc-rpc-explorer/node_modules/zeromq/build/linux/arm64/node/127
I attach the rest of the log in the file
npmErrorZeromq.txt
I am working with a Raspberry Pi 5, with Raspbian
The text was updated successfully, but these errors were encountered: