You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: