node-opus : NodeJS native binding to OPUS. You can installing node-opus 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 node-opus $ sudo npm install -g node-opus
If want to update the node-opus package execute the command as below,
$ sudo npm update node-opus
Update package globally,
$ npm install -g node-opus
$ sudo git clone https://github.com/rektide/node-opus.git
$ sudo npm install -g ./node-opus
node-opus@0.2.7 /usr/lib/node_modules/node-opus
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-opus
| Package Name | node-opus |
| Version | 0.2.7 |
| Description | NodeJS native binding to OPUS |
| Released Date | 2017-09-09T11:39:01.941Z |
| Published by | rantanen |
| How to Learn | https://www.npmjs.com/package/node-opus/tutorial |