cookie-cutter : Browserify-compatible module to get and set cookies in the browser. You can installing cookie-cutter 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-cutter $ sudo npm install -g cookie-cutter
If want to update the cookie-cutter package execute the command as below,
$ sudo npm update cookie-cutter
Update package globally,
$ npm install -g cookie-cutter
$ sudo git clone https://github.com/rektide/cookie-cutter.git
$ sudo npm install -g ./cookie-cutter
cookie-cutter@0.2.0 /usr/lib/node_modules/cookie-cutter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cookie-cutter
Package Name | cookie-cutter |
Version | 0.2.0 |
Description | Browserify-compatible module to get and set cookies in the browser |
Released Date | 2016-06-29T11:13:18.929Z |
Published by | yoshuawuyts |
How to Learn | https://www.npmjs.com/package/cookie-cutter/tutorial |