How to Install jquery.cookie NPM Packages on Ubuntu / Debian

How to Install jquery.cookie software package in NPM Packages

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

Git clone:

$ 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

How to remove jquery.cookie package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall jquery.cookie

Basic Information of jquery.cookie NPM Package:

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