jquery.cookie : A simple, lightweight jQuery plugin for reading, writing and deleting cookies.. You can installing jquery.cookie 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 jquery.cookie $ sudo npm install -g jquery.cookie
If want to update the jquery.cookie package execute the command as below,
$ sudo npm update jquery.cookie
Update package globally,
$ npm install -g jquery.cookie
$ sudo git clone https://github.com/rektide/jquery.cookie.git
$ sudo npm install -g ./jquery.cookie
jquery.cookie@1.4.1 /usr/lib/node_modules/jquery.cookie
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jquery.cookie
Package Name | jquery.cookie |
Version | 1.4.1 |
Description | A simple, lightweight jQuery plugin for reading, writing and deleting cookies. |
Released Date | 2014-04-27T20:19:24.024Z |
Published by | carhartl |
How to Learn | https://www.npmjs.com/package/jquery.cookie/tutorial |