sonos : Node.js Sonos Interface. You can installing sonos npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install sonos $ sudo npm install -g sonos
If want to update the sonos package execute the command as below,
$ sudo npm update sonos
Update package globally,
$ npm install -g sonos
$ sudo git clone https://github.com/rektide/sonos.git
$ sudo npm install -g ./sonos
sonos@0.17.0 /usr/lib/node_modules/sonos
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sonos
| Package Name | sonos |
| Version | 0.17.0 |
| Description | Node.js Sonos Interface |
| Released Date | 2017-10-14T19:52:06.407Z |
| Published by | bencevans |
| How to Learn | https://www.npmjs.com/package/sonos/tutorial |