brace-expansion : Brace expansion as known from sh/bash. You can installing brace-expansion 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 brace-expansion $ sudo npm install -g brace-expansion
If want to update the brace-expansion package execute the command as below,
$ sudo npm update brace-expansion
Update package globally,
$ npm install -g brace-expansion
$ sudo git clone https://github.com/rektide/brace-expansion.git
$ sudo npm install -g ./brace-expansion
brace-expansion@1.1.8 /usr/lib/node_modules/brace-expansion
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall brace-expansion
Package Name | brace-expansion |
Version | 1.1.8 |
Description | Brace expansion as known from sh/bash |
Released Date | 2017-06-12T07:19:41.589Z |
Published by | juliangruber |
How to Learn | https://www.npmjs.com/package/brace-expansion/tutorial |