universal-cookie : Universal cookies for JavaScript. You can installing universal-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 universal-cookie $ sudo npm install -g universal-cookie
If want to update the universal-cookie package execute the command as below,
$ sudo npm update universal-cookie
Update package globally,
$ npm install -g universal-cookie
$ sudo git clone https://github.com/rektide/universal-cookie.git
$ sudo npm install -g ./universal-cookie
universal-cookie@2.1.2 /usr/lib/node_modules/universal-cookie
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall universal-cookie
| Package Name | universal-cookie |
| Version | 2.1.2 |
| Description | Universal cookies for JavaScript |
| Released Date | 2017-11-23T02:34:28.397Z |
| Published by | exon |
| How to Learn | https://www.npmjs.com/package/universal-cookie/tutorial |