peerjs : PeerJS client. You can installing peerjs 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 peerjs $ sudo npm install -g peerjs
If want to update the peerjs package execute the command as below,
$ sudo npm update peerjs
Update package globally,
$ npm install -g peerjs
$ sudo git clone https://github.com/rektide/peerjs.git
$ sudo npm install -g ./peerjs
peerjs@0.3.14 /usr/lib/node_modules/peerjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall peerjs
| Package Name | peerjs |
| Version | 0.3.14 |
| Description | PeerJS client |
| Released Date | 2014-10-10T23:07:47.594Z |
| Published by | michelle |
| How to Learn | https://www.npmjs.com/package/peerjs/tutorial |