airsonos icon indicating copy to clipboard operation
airsonos copied to clipboard

Airsono on Apple OSX 10.11

Open juergenschubert opened this issue 7 years ago • 1 comments

Hi there, the install fails with: Failed at the [email protected] prepublish script 'babel ./lib/ -d ./bin/'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the airsonos package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! babel ./lib/ -d ./bin/ npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs airsonos npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls airsonos npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request

juergenschubert avatar Aug 17 '16 21:08 juergenschubert

You need to install babel with npm install babel first. I don't know why it's not covered by the package dependencies though.

kevinelliott avatar Aug 18 '16 21:08 kevinelliott