Last active
September 10, 2018 01:11
-
-
Save gismo141/537903e5fa81bbfe9954b1ae1844adb7 to your computer and use it in GitHub Desktop.
How to install a working version of AirSonos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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