cookie-parser : cookie parsing with signatures. You can installing cookie-parser 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 cookie-parser $ sudo npm install -g cookie-parser
If want to update the cookie-parser package execute the command as below,
$ sudo npm update cookie-parser
Update package globally,
$ npm install -g cookie-parser
$ sudo git clone https://github.com/rektide/cookie-parser.git
$ sudo npm install -g ./cookie-parser
cookie-parser@1.4.3 /usr/lib/node_modules/cookie-parser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cookie-parser
Package Name | cookie-parser |
Version | 1.4.3 |
Description | cookie parsing with signatures |
Released Date | 2016-05-27T05:02:41.857Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/cookie-parser/tutorial |