I've been trying to install it to support homebrew-theater-mode with no luck. I have an existing well functioning homebridge setup running on node v10.12.0
Attempts to npm -g install homebridge-theater-mode are failing with:
Error: make nodesodium exited with code null
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/node-appletv/node_modules/sodium/install.js:287:19)
Can this library just be switched on to tweetnacl instead of sodium? It seems like something a few people have issues installing. TweetNaCl-js is a pure javascript implementation of NaCl, so it's a lot more portable, you maybe able to eliminate all compilation dependancy. It's a little slower, but i'm guessing for this application that's not important?
I've been trying to install it to support homebrew-theater-mode with no luck. I have an existing well functioning homebridge setup running on node v10.12.0
Attempts to
npm -g install homebridge-theater-mode
are failing with:Can this library just be switched on to tweetnacl instead of sodium? It seems like something a few people have issues installing. TweetNaCl-js is a pure javascript implementation of NaCl, so it's a lot more portable, you maybe able to eliminate all compilation dependancy. It's a little slower, but i'm guessing for this application that's not important?