glob-promise : Promise version of glob. You can installing glob-promise 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 glob-promise $ sudo npm install -g glob-promise
If want to update the glob-promise package execute the command as below,
$ sudo npm update glob-promise
Update package globally,
$ npm install -g glob-promise
$ sudo git clone https://github.com/rektide/glob-promise.git
$ sudo npm install -g ./glob-promise
glob-promise@3.3.0 /usr/lib/node_modules/glob-promise
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall glob-promise
| Package Name | glob-promise |
| Version | 3.3.0 |
| Description | Promise version of glob |
| Released Date | 2017-10-31T23:44:01.059Z |
| Published by | ahmadnassri |
| How to Learn | https://www.npmjs.com/package/glob-promise/tutorial |