node-pre-gyp ERR! Tried to download(403): [url=https://rvagg-node.s3]https://rvagg-node.s3[/url]-us-west-2. ... 51-linux-arm.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [url=mailto:[email protected]][email protected][/url] and [url=mailto:[email protected]][email protected][/url] (node-v51 ABI) (falling back to
我不会处理这个错误,于是勿略了这个错误。
第二是 sqlalchemy安装失败
Unable to install package sqlalchemy==1.1.12: Exception:
后来手工安装
sudo pip3 install sqlalchemy
第三是错误是:没有mqtt服务
Failed to start mosquitto.service: Unit mosquitto.service failed to load: No such file or directory.
pi@hassbian:/ $ homebridge
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat? ... =DNSServiceRegister>
/usr/lib/node_modules/hap-nodejs/node_modules/bindings/bindings.js:83
throw e
^
Error: The module '/usr/lib/node_modules/hap-nodejs/node_modules/ed25519/build/Release/ed25519.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 48. This version of Node.js requires
NODE_MODULE_VERSION 57. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
at Object.Module._extensions..node (module.js:598:18)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at bindings (/usr/lib/node_modules/hap-nodejs/node_modules/bindings/bindings.js:76:44)
at Object.<anonymous> (/usr/lib/node_modules/hap-nodejs/node_modules/ed25519/index.js:1:99)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
pi@hassbian:/ $ npm -v
5.3.0
pi@hassbian:/ $ nodejs -v
v8.2.1