File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ We rely on [`prebuild`](https://github.com/mafintosh/prebuild).
3636Install ` zeromq ` with the following:
3737
3838``` bash
39- npm install zeromq
39+ npm install zeromq@5
4040```
4141windows users:
4242do not forget to set msvs_version according to your visual studio version 2013,2015,2017
@@ -47,7 +47,7 @@ To use your system's libzmq (if it has been installed and development headers
4747are available):
4848
4949``` bash
50- npm install zeromq --zmq-external
50+ npm install zeromq@5 --zmq-external
5151```
5252
5353### Rebuilding for Electron
@@ -102,7 +102,7 @@ Use your distribution's package manager to install.
102102Now you can install ` zeromq ` with the following:
103103
104104``` bash
105- npm install zeromq
105+ npm install zeromq@5
106106```
107107
108108## Installation - Contributors and Development
You can’t perform that action at this time.
0 commit comments