sendgrid : Official SendGrid NodeJS library.. You can installing sendgrid 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 sendgrid $ sudo npm install -g sendgrid
If want to update the sendgrid package execute the command as below,
$ sudo npm update sendgrid
Update package globally,
$ npm install -g sendgrid
$ sudo git clone https://github.com/rektide/sendgrid.git
$ sudo npm install -g ./sendgrid
sendgrid@5.2.3 /usr/lib/node_modules/sendgrid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sendgrid
| Package Name | sendgrid |
| Version | 5.2.3 |
| Description | Official SendGrid NodeJS library. |
| Released Date | 2017-08-28T19:43:43.181Z |
| Published by | thinkingserious |
| How to Learn | https://www.npmjs.com/package/sendgrid/tutorial |