restify-cookies : Adds cookie parsing/setting to restify. You can installing restify-cookies 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 restify-cookies $ sudo npm install -g restify-cookies
If want to update the restify-cookies package execute the command as below,
$ sudo npm update restify-cookies
Update package globally,
$ npm install -g restify-cookies
$ sudo git clone https://github.com/rektide/restify-cookies.git
$ sudo npm install -g ./restify-cookies
restify-cookies@0.2.2 /usr/lib/node_modules/restify-cookies
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall restify-cookies
| Package Name | restify-cookies |
| Version | 0.2.2 |
| Description | Adds cookie parsing/setting to restify |
| Released Date | 2016-06-04T02:16:14.515Z |
| Published by | nathschmidt |
| How to Learn | https://www.npmjs.com/package/restify-cookies/tutorial |