Skip to content

Instantly share code, notes, and snippets.

@gismo141
Last active September 10, 2018 01:11
Show Gist options
  • Save gismo141/537903e5fa81bbfe9954b1ae1844adb7 to your computer and use it in GitHub Desktop.
Save gismo141/537903e5fa81bbfe9954b1ae1844adb7 to your computer and use it in GitHub Desktop.
How to install a working version of AirSonos
# First remove everything you've installed already:
npm uninstall -g airsonos
npm uninstall -g nodetunes
# Then install the working forks:
npm install -g git://github.com/Kolky/nodetunes.git#master
cd ~
git clone https://github.com/lsmith77/airsonos.git airsonos
cd airsonos
npm install babel
npm install -g
# Now everything should be installed so you now can execute that damn thing and hopefully it works:
airsonos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment