airsonos icon indicating copy to clipboard operation
airsonos copied to clipboard

crash on launch (10.12 Sierra)

Open LwsBtlr opened this issue 9 years ago • 0 comments

after building (first via npm install -g airsonos and then after git clone ... I get:

/usr/local/lib/node_modules/airsonos/node_modules/bindings/bindings.js:91
  throw err

when trying to start airsonos.

I do get some warnings during building:

pm WARN lifecycle [email protected]~prepublish: cannot run in wd %s %s (wd=%s) [email protected] babel ./lib/ -d ./bin/ /Users/lbutlr/src/airsonos
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: use serve-favicon module
npm WARN deprecated [email protected]: react-tools is deprecated. For more information, visit https://fb.me/react-tools-deprecated
npm WARN deprecated [email protected]: use uuid module instead
/usr/local/bin/airsonos -> /usr/local/lib/node_modules/airsonos/bin/index.js
/usr/local/lib
└─┬ [email protected] 
  └── [email protected]  (git://github.com/stephen/node-sonos.git#20d6d6afbf04d065330df6288c3db20234b515ce)

I manually installed the bindings file and now it starts

cp ~/src/airsonos/node_modules/lame/build/Release/bindings.node /usr/local/lib/node_modules/airsonos/node_modules/lame/build/

LwsBtlr avatar Nov 26 '16 19:11 LwsBtlr