tough-cookie : RFC6265 Cookies and Cookie Jar for node.js. You can installing tough-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 tough-cookie $ sudo npm install -g tough-cookie
If want to update the tough-cookie package execute the command as below,
$ sudo npm update tough-cookie
Update package globally,
$ npm install -g tough-cookie
$ sudo git clone https://github.com/rektide/tough-cookie.git
$ sudo npm install -g ./tough-cookie
tough-cookie@2.3.3 /usr/lib/node_modules/tough-cookie
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tough-cookie
| Package Name | tough-cookie |
| Version | 2.3.3 |
| Description | RFC6265 Cookies and Cookie Jar for node.js |
| Released Date | 2017-09-21T21:05:04.804Z |
| Published by | jstash |
| How to Learn | https://www.npmjs.com/package/tough-cookie/tutorial |