negotiator : HTTP content negotiation. You can installing negotiator 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 negotiator $ sudo npm install -g negotiator
If want to update the negotiator package execute the command as below,
$ sudo npm update negotiator
Update package globally,
$ npm install -g negotiator
$ sudo git clone https://github.com/rektide/negotiator.git
$ sudo npm install -g ./negotiator
negotiator@0.6.1 /usr/lib/node_modules/negotiator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall negotiator
Package Name | negotiator |
Version | 0.6.1 |
Description | HTTP content negotiation |
Released Date | 2016-05-03T04:47:29.814Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/negotiator/tutorial |