is-relative : Returns `true` if the path appears to be relative.. You can installing is-relative 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-relative $ sudo npm install -g is-relative
If want to update the is-relative package execute the command as below,
$ sudo npm update is-relative
Update package globally,
$ npm install -g is-relative
$ sudo git clone https://github.com/rektide/is-relative.git
$ sudo npm install -g ./is-relative
is-relative@1.0.0 /usr/lib/node_modules/is-relative
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-relative
Package Name | is-relative |
Version | 1.0.0 |
Description | Returns `true` if the path appears to be relative. |
Released Date | 2017-07-13T08:00:45.797Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/is-relative/tutorial |