is-valid-path : Returns true if a file path does not contain any invalid characters.. You can installing is-valid-path 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-valid-path $ sudo npm install -g is-valid-path
If want to update the is-valid-path package execute the command as below,
$ sudo npm update is-valid-path
Update package globally,
$ npm install -g is-valid-path
$ sudo git clone https://github.com/rektide/is-valid-path.git
$ sudo npm install -g ./is-valid-path
is-valid-path@0.1.1 /usr/lib/node_modules/is-valid-path
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-valid-path
Package Name | is-valid-path |
Version | 0.1.1 |
Description | Returns true if a file path does not contain any invalid characters. |
Released Date | 2015-05-06T10:58:29.917Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/is-valid-path/tutorial |