Skip to content
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

ERR npm install dashcore-node #80

Open
SpringBoom opened this issue Mar 10, 2021 · 2 comments
Open

ERR npm install dashcore-node #80

SpringBoom opened this issue Mar 10, 2021 · 2 comments

Comments

@SpringBoom
Copy link

npm ERR! Linux 4.15.0-132-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE

npm ERR! zeromq@5.2.0 install: node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the zeromq@5.2.0 install script 'node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the zeromq package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild)
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs zeromq
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls zeromq
npm ERR! There is likely additional logging output above.

@coolaj86
Copy link

node v4.2.6 is waaaaaaaay too old.

The security fixes in the dash ecosystem require node v18.

@coolaj86
Copy link

coolaj86 commented Jun 20, 2023

@pshenmic this can be closed

Although, zeromq is a thorn. It's not well maintained and frequently fails to build across various versions of node on various platforms. It currently fails on Alpine (Docker) with Node LTS, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants