email-validator : Provides a fast, pretty robust e-mail validator. Only checks form, not function.. You can installing email-validator 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 email-validator $ sudo npm install -g email-validator
If want to update the email-validator package execute the command as below,
$ sudo npm update email-validator
Update package globally,
$ npm install -g email-validator
$ sudo git clone https://github.com/rektide/email-validator.git
$ sudo npm install -g ./email-validator
email-validator@1.1.1 /usr/lib/node_modules/email-validator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall email-validator
Package Name | email-validator |
Version | 1.1.1 |
Description | Provides a fast, pretty robust e-mail validator. Only checks form, not function. |
Released Date | 2017-07-31T22:47:47.769Z |
Published by | sembiance |
How to Learn | https://www.npmjs.com/package/email-validator/tutorial |