jquery-validation : Client-side form validation made easy. You can installing jquery-validation 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 jquery-validation $ sudo npm install -g jquery-validation
If want to update the jquery-validation package execute the command as below,
$ sudo npm update jquery-validation
Update package globally,
$ npm install -g jquery-validation
$ sudo git clone https://github.com/rektide/jquery-validation.git
$ sudo npm install -g ./jquery-validation
jquery-validation@1.17.0 /usr/lib/node_modules/jquery-validation
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jquery-validation
Package Name | jquery-validation |
Version | 1.17.0 |
Description | Client-side form validation made easy |
Released Date | 2017-07-29T07:31:53.427Z |
Published by | staabm |
How to Learn | https://www.npmjs.com/package/jquery-validation/tutorial |