yup : Dead simple Object schema validation. You can installing yup 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 yup $ sudo npm install -g yup
If want to update the yup package execute the command as below,
$ sudo npm update yup
Update package globally,
$ npm install -g yup
$ sudo git clone https://github.com/rektide/yup.git
$ sudo npm install -g ./yup
yup@0.23.0 /usr/lib/node_modules/yup
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall yup
| Package Name | yup |
| Version | 0.23.0 |
| Description | Dead simple Object schema validation |
| Released Date | 2017-10-12T17:08:53.765Z |
| Published by | monastic.panic |
| How to Learn | https://www.npmjs.com/package/yup/tutorial |