is-path-inside : Check if a path is inside another path. You can installing is-path-inside 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 is-path-inside $ sudo npm install -g is-path-inside
If want to update the is-path-inside package execute the command as below,
$ sudo npm update is-path-inside
Update package globally,
$ npm install -g is-path-inside
$ sudo git clone https://github.com/rektide/is-path-inside.git
$ sudo npm install -g ./is-path-inside
is-path-inside@1.0.0 /usr/lib/node_modules/is-path-inside
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-path-inside
Package Name | is-path-inside |
Version | 1.0.0 |
Description | Check if a path is inside another path |
Released Date | 2014-08-14T09:47:01.189Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/is-path-inside/tutorial |