We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned in documentation i first installed zeromq then tried this command : npm install -g zerorpc but I am getting this error :-
zeromq
npm install -g zerorpc
C:\WINDOWS\system32>npm install -g zerorpc > [email protected] install C:\Users\Admin\AppData\Roaming\npm\node_modules\zerorpc\node_modules\zeromq > node scripts/prebuild-install.js || (node scripts/preinstall.js && node-gyp rebuild) prebuild-install WARN install No prebuilt binaries found (target=10.15.1 runtime=node arch=x64 platform=win32) Downloading libzmq for Windows Download finished C:\Users\Admin\AppData\Roaming\npm\node_modules\zerorpc\node_modules\zeromq>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "node C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) internal/modules/cjs/loader.js:583 throw err; ^ Error: Cannot find module 'C:\Users\Admin\AppData\Roaming\npm\node_modules\zerorpc\node_modules\zeromq\node C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] 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 [email protected] install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Admin\AppData\Roaming\npm-cache\_logs\2019-02-16T04_42_24_207Z-debug.log C:\WINDOWS\system32>
how to resolve it? Thanks for the help
Windows 10 OS node : v10.15.1
The text was updated successfully, but these errors were encountered:
I have the same problem ,But I always stuck prebuilt-install hours.sometimes get this error.I’m OS X. Could you npm install zeromq?
Sorry, something went wrong.
No branches or pull requests
As mentioned in documentation i first installed
zeromq
then tried this command :npm install -g zerorpc
but I am getting this error :-how to resolve it? Thanks for the help
Windows 10 OS
node : v10.15.1
The text was updated successfully, but these errors were encountered: