mailchimp : A node.js wrapper for the MailChimp API.. You can installing mailchimp 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 mailchimp $ sudo npm install -g mailchimp
If want to update the mailchimp package execute the command as below,
$ sudo npm update mailchimp
Update package globally,
$ npm install -g mailchimp
$ sudo git clone https://github.com/rektide/mailchimp.git
$ sudo npm install -g ./mailchimp
mailchimp@1.2.0 /usr/lib/node_modules/mailchimp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mailchimp
Package Name | mailchimp |
Version | 1.2.0 |
Description | A node.js wrapper for the MailChimp API. |
Released Date | 2016-05-20T01:21:07.303Z |
Published by | wulfsolter |
How to Learn | https://www.npmjs.com/package/mailchimp/tutorial |