gravatar : Gravatar Node.js library. You can installing gravatar 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 gravatar $ sudo npm install -g gravatar
If want to update the gravatar package execute the command as below,
$ sudo npm update gravatar
Update package globally,
$ npm install -g gravatar
$ sudo git clone https://github.com/rektide/gravatar.git
$ sudo npm install -g ./gravatar
gravatar@1.6.0 /usr/lib/node_modules/gravatar
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gravatar
Package Name | gravatar |
Version | 1.6.0 |
Description | Gravatar Node.js library |
Released Date | 2016-11-15T15:54:39.940Z |
Published by | emerleite |
How to Learn | https://www.npmjs.com/package/gravatar/tutorial |