js-cookie : A simple, lightweight JavaScript API for handling cookies. You can installing js-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 js-cookie $ sudo npm install -g js-cookie
If want to update the js-cookie package execute the command as below,
$ sudo npm update js-cookie
Update package globally,
$ npm install -g js-cookie
$ sudo git clone https://github.com/rektide/js-cookie.git
$ sudo npm install -g ./js-cookie
js-cookie@2.2.0 /usr/lib/node_modules/js-cookie
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall js-cookie
Package Name | js-cookie |
Version | 2.2.0 |
Description | A simple, lightweight JavaScript API for handling cookies |
Released Date | 2017-10-28T06:04:48.846Z |
Published by | fagner |
How to Learn | https://www.npmjs.com/package/js-cookie/tutorial |