play-sound : Play audio files by shelling out to available audio tool.. You can installing play-sound 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 play-sound $ sudo npm install -g play-sound
If want to update the play-sound package execute the command as below,
$ sudo npm update play-sound
Update package globally,
$ npm install -g play-sound
$ sudo git clone https://github.com/rektide/play-sound.git
$ sudo npm install -g ./play-sound
play-sound@1.1.1 /usr/lib/node_modules/play-sound
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall play-sound
| Package Name | play-sound |
| Version | 1.1.1 |
| Description | Play audio files by shelling out to available audio tool. |
| Released Date | 2016-10-22T20:19:13.585Z |
| Published by | shime |
| How to Learn | https://www.npmjs.com/package/play-sound/tutorial |