matrix-io / matrix-creator-quickstart

MATRIX Creator Quickstart
43 stars 12 forks source link

npm package of zmq on MAC #14

Closed alvajardila closed 7 years ago

alvajardila commented 7 years ago

when execute the test for javascript of malos in a MAC pc, and runs npm install the package of zmq shows this error:

gyp: Call to 'pkg-config libzmq --libs' returned exit status 127. while trying to load binding.gyp

alvajardila commented 7 years ago

run brew install zeromq before npm install.

Note: This is for Mac-only install of matrix-os.

brianofrokk3r commented 7 years ago

@alvajardila if you follow the documentation here, you will be led to install libzmq3-dev as a dependency before npm install.

Note: This is for Raspberry Pi.