osc : A JavaScript Open Sound Control (OSC) library that works in Node.js and the browser.. You can installing osc 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 osc $ sudo npm install -g osc
If want to update the osc package execute the command as below,
$ sudo npm update osc
Update package globally,
$ npm install -g osc
$ sudo git clone https://github.com/rektide/osc.git
$ sudo npm install -g ./osc
osc@2.2.0 /usr/lib/node_modules/osc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall osc
| Package Name | osc |
| Version | 2.2.0 |
| Description | A JavaScript Open Sound Control (OSC) library that works in Node.js and the browser. |
| Released Date | 2017-01-02T02:12:58.195Z |
| Published by | colinbdclark |
| How to Learn | https://www.npmjs.com/package/osc/tutorial |