is-valid-app : Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.. You can installing is-valid-app 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-app $ sudo npm install -g is-valid-app
If want to update the is-valid-app package execute the command as below,
$ sudo npm update is-valid-app
Update package globally,
$ npm install -g is-valid-app
$ sudo git clone https://github.com/rektide/is-valid-app.git
$ sudo npm install -g ./is-valid-app
is-valid-app@0.3.0 /usr/lib/node_modules/is-valid-app
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-valid-app
Package Name | is-valid-app |
Version | 0.3.0 |
Description | Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet. |
Released Date | 2017-03-24T17:35:43.635Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/is-valid-app/tutorial |