pubnub : Publish & Subscribe Real-time Messaging with PubNub. You can installing pubnub 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 pubnub $ sudo npm install -g pubnub
If want to update the pubnub package execute the command as below,
$ sudo npm update pubnub
Update package globally,
$ npm install -g pubnub
$ sudo git clone https://github.com/rektide/pubnub.git
$ sudo npm install -g ./pubnub
pubnub@4.18.0 /usr/lib/node_modules/pubnub
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pubnub
| Package Name | pubnub |
| Version | 4.18.0 |
| Description | Publish & Subscribe Real-time Messaging with PubNub |
| Released Date | 2017-11-20T22:33:15.724Z |
| Published by | pubnub |
| How to Learn | https://www.npmjs.com/package/pubnub/tutorial |