range-parser : Range header field string parser. You can installing range-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 range-parser $ sudo npm install -g range-parser
If want to update the range-parser package execute the command as below,
$ sudo npm update range-parser
Update package globally,
$ npm install -g range-parser
$ sudo git clone https://github.com/rektide/range-parser.git
$ sudo npm install -g ./range-parser
range-parser@1.2.0 /usr/lib/node_modules/range-parser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall range-parser
| Package Name | range-parser |
| Version | 1.2.0 |
| Description | Range header field string parser |
| Released Date | 2016-06-01T17:48:14.367Z |
| Published by | dougwilson |
| How to Learn | https://www.npmjs.com/package/range-parser/tutorial |