node-gcm : Easy interface for Googles Cloud Messaging service (now Firebase Cloud Messaging). You can installing node-gcm 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-gcm $ sudo npm install -g node-gcm
If want to update the node-gcm package execute the command as below,
$ sudo npm update node-gcm
Update package globally,
$ npm install -g node-gcm
$ sudo git clone https://github.com/rektide/node-gcm.git
$ sudo npm install -g ./node-gcm
node-gcm@0.14.9 /usr/lib/node_modules/node-gcm
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-gcm
Package Name | node-gcm |
Version | 0.14.9 |
Description | Easy interface for Googles Cloud Messaging service (now Firebase Cloud Messaging) |
Released Date | 2017-10-23T09:17:13.360Z |
Published by | hypesystem |
How to Learn | https://www.npmjs.com/package/node-gcm/tutorial |