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

Not able to install zeromq on OsX Macbook Air M2 #644

Closed
kjellaso opened this issue Aug 15, 2024 · 3 comments · Fixed by #648
Closed

Not able to install zeromq on OsX Macbook Air M2 #644

kjellaso opened this issue Aug 15, 2024 · 3 comments · Fixed by #648

Comments

@kjellaso
Copy link

Not able to install zeromq using npm install zeromq. It fails with this error:

npm ERR! command failed
npm ERR! signal SIGINT
npm ERR! command sh -c (npm run build.js || echo ok) && aminya-node-gyp-build --build-from-source
npm ERR! > [email protected] build.js
npm ERR! > run-p build.script build.library
npm ERR!
npm ERR!
npm ERR! > [email protected] build.library
npm ERR! > tsc -p ./src/tsconfig.json
npm ERR!
npm ERR!
npm ERR! > [email protected] build.script
npm ERR! > tsc -p ./script/tsconfig.esm.json && tsc -p ./script/tsconfig.json
npm ERR!
npm ERR! error TS2688: Cannot find type definition file for 'mocha'.
npm ERR! The file is in the program because:
npm ERR! Entry point of type library 'mocha' specified in compilerOptions
npm ERR! error TS2688: Cannot find type definition file for 'node'.
npm ERR! The file is in the program because:
npm ERR! Entry point of type library 'node' specified in compilerOptions
npm ERR! ok
npm ERR! ERROR: "build.script" exited with 2.

I'm running Mac OS 14.2.1 (23C71)

@kjellaso kjellaso added the bug label Aug 15, 2024
@fjdvchain
Copy link

Using yarn to install zeromq just takes forever. I'm not sure if it even finishes. I close the process after a couple of minutes, I'm running Darwin 23.5.0 arm64 arm

@aminya
Copy link
Member

aminya commented Aug 22, 2024

Duplicate of #646. A fix is incoming in #648

@aminya aminya added the 6.x label Aug 22, 2024
@aminya
Copy link
Member

aminya commented Aug 22, 2024

Please try 6.0.1 and see if you still see the issue.

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

Successfully merging a pull request may close this issue.

3 participants