zeromq.js icon indicating copy to clipboard operation
zeromq.js copied to clipboard

NPM install failed for zeromq dependency while installing device farmer STF. NPM logs available in the description.

Open namanthapliyal opened this issue 1 year ago • 1 comments

OS: PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu"

Attaching the npm error logs in npm install command. I have already installed the libzmq using configure, make, install. And exported the library path using command: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH zeromq npm logs.txt

namanthapliyal avatar Feb 11 '24 20:02 namanthapliyal

Same bug for me

Solved by using Node LTS instead of current version.

029A-h avatar Feb 17 '24 15:02 029A-h

v4 is no longer supported. v6 was released. Please try again with the latest version, and report back if the issue still persists. https://github.com/zeromq/zeromq.js/releases/tag/v6.0.0

aminya avatar Aug 13 '24 04:08 aminya