We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484f790 commit f943167Copy full SHA for f943167
scripts/prebuild-install.js
@@ -5,7 +5,7 @@ var platform = process.platform;
5
var arch = process.arch;
6
7
if (process.env.npm_config_zmq_external == "true") {
8
- /* Requested to use external libzmq, we must rebuild. */
+ console.log('Requested to use external libzmq. Skipping download of prebuilt binaries.');
9
process.exit(1);
10
}
11
scripts/preinstall.js
@@ -7,7 +7,7 @@ var ZMQ = "4.2.2";
var ZMQ_REPO = "libzmq";
- console.log("Skipping libzmq build");
+ console.log("Requested to use external libzmq. Skipping libzmq build");
process.exit(0);
12
13
0 commit comments