How to Install brace-expansion NPM Packages on Ubuntu / Debian

How to Install brace-expansion software package in NPM Packages

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

Git clone:

$ 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

How to remove brace-expansion package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall brace-expansion

Basic Information of brace-expansion NPM Package:

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