globby : Extends `glob` with support for multiple patterns and exposes a Promise API. You can installing globby 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 globby $ sudo npm install -g globby
If want to update the globby package execute the command as below,
$ sudo npm update globby
Update package globally,
$ npm install -g globby
$ sudo git clone https://github.com/rektide/globby.git
$ sudo npm install -g ./globby
globby@7.1.1 /usr/lib/node_modules/globby
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall globby
Package Name | globby |
Version | 7.1.1 |
Description | Extends `glob` with support for multiple patterns and exposes a Promise API |
Released Date | 2017-11-19T10:50:13.236Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/globby/tutorial |