glob-parent : Strips glob magic from a string to provide the parent directory path. You can installing glob-parent 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-parent $ sudo npm install -g glob-parent
If want to update the glob-parent package execute the command as below,
$ sudo npm update glob-parent
Update package globally,
$ npm install -g glob-parent
$ sudo git clone https://github.com/rektide/glob-parent.git
$ sudo npm install -g ./glob-parent
glob-parent@3.1.0 /usr/lib/node_modules/glob-parent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall glob-parent
Package Name | glob-parent |
Version | 3.1.0 |
Description | Strips glob magic from a string to provide the parent directory path |
Released Date | 2016-12-14T15:48:47.422Z |
Published by | es128 |
How to Learn | https://www.npmjs.com/package/glob-parent/tutorial |