accept-language-parser : Parse the accept-language header from a HTTP request. You can installing accept-language-parser 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 accept-language-parser $ sudo npm install -g accept-language-parser
If want to update the accept-language-parser package execute the command as below,
$ sudo npm update accept-language-parser
Update package globally,
$ npm install -g accept-language-parser
$ sudo git clone https://github.com/rektide/accept-language-parser.git
$ sudo npm install -g ./accept-language-parser
accept-language-parser@1.4.1 /usr/lib/node_modules/accept-language-parser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall accept-language-parser
Package Name | accept-language-parser |
Version | 1.4.1 |
Description | Parse the accept-language header from a HTTP request |
Released Date | 2017-07-31T09:22:04.295Z |
Published by | matteofigus |
How to Learn | https://www.npmjs.com/package/accept-language-parser/tutorial |