expand-range : Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by [micromatch].. You can installing expand-range 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 expand-range $ sudo npm install -g expand-range
If want to update the expand-range package execute the command as below,
$ sudo npm update expand-range
Update package globally,
$ npm install -g expand-range
$ sudo git clone https://github.com/rektide/expand-range.git
$ sudo npm install -g ./expand-range
expand-range@2.0.1 /usr/lib/node_modules/expand-range
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall expand-range
Package Name | expand-range |
Version | 2.0.1 |
Description | Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by [micromatch]. |
Released Date | 2017-05-09T15:55:35.714Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/expand-range/tutorial |