moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

issue on install mosca in macbook pro 2017 #780

Open khoaqnqn opened 5 years ago

khoaqnqn commented 5 years ago

some permission issue was detected in my macbook pro when install mosco at first time. you can see in attachment screenshot for more detailed.

hope this help.

screen shot 2019-01-13 at 12 24 26
fredlemieux commented 5 years ago

Getting the same issue, it only started happening recently. Took me a while to realise it was my 'Mosca' module causing the error. I'd love to find a solution, I've had to remove Mosca completely to get my node app to run.

codeyyds commented 5 years ago

try to this: 1.switch node-version to v7.10.0 2.npm install node-gyp -g 3.brew install zeromq 4.finllay: npm install mosca --save good lucky