sparkpost : A Node.js wrapper for interfacing with your favorite SparkPost APIs. You can installing sparkpost 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 sparkpost $ sudo npm install -g sparkpost
If want to update the sparkpost package execute the command as below,
$ sudo npm update sparkpost
Update package globally,
$ npm install -g sparkpost
$ sudo git clone https://github.com/rektide/sparkpost.git
$ sudo npm install -g ./sparkpost
sparkpost@2.1.2 /usr/lib/node_modules/sparkpost
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sparkpost
| Package Name | sparkpost |
| Version | 2.1.2 |
| Description | A Node.js wrapper for interfacing with your favorite SparkPost APIs |
| Released Date | 2017-01-20T14:21:54.126Z |
| Published by | aydrian |
| How to Learn | https://www.npmjs.com/package/sparkpost/tutorial |