-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Cannot install zeromq 5 on Node 19 #551
Comments
The line You need to install prerequisites required to compile and link programs, whatever those are on ubuntu. |
sudo apt-get install build-essential libzmq3-dev |
Thanks you @n-riesco and @trasherdk. But i still get this much error after running the command above
|
Sorry, I forgot that to link against ubuntu's dev headers you need to pass a flag: npm install zeromq@5 --zmq-external |
Thanks for your quick response @n-riesco, After succesfully running npm install zeromq@5 --zmq-external. I tried to continue with npm install and still bump into these errors:
|
This seems to be an issue with the version of node you're using (v19). |
@n-riesco Thanks so much. It works now after downgrading my node version to v18.16.0 as you suggested. |
May be relevant/helpful here:
|
v6 was released. Please try again with the latest version, and report back if the issue still persists. |
I had tried the same solution in node v18.16.0. seems the issue still persist as i got the following same error:
npm ERR! A complete log of this run can be found in: 15 Sep 18:54:40 - [warn] ------------------------------------------ ` |
Please upgrade to v6. I don't have the capacity to support v5. |
@SurajBKamble you are a bothering the maintainer. you are still trying to build v5. read your dam error your error is basically saying it can't find libzmq from the [email protected] package. you never fully switched to v6, and I will assume you don't know what you are doing. you need to actually try to look at the code and package files for your project. I am unsubscribing from this chat. good bye. |
Please use this template for reporting suspected bugs or requests for help.
Issue description
I got this error when i run npm install.
Environment
Minimal test code / Steps to reproduce the issue
What's the actual result? (include assertion message & call stack if applicable)
What's the expected result?
npm run successfully
changed 1 package.
The text was updated successfully, but these errors were encountered: