is-email : Loosely validate an email address.. You can installing is-email 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-email $ sudo npm install -g is-email
If want to update the is-email package execute the command as below,
$ sudo npm update is-email
Update package globally,
$ npm install -g is-email
$ sudo git clone https://github.com/rektide/is-email.git
$ sudo npm install -g ./is-email
is-email@1.0.0 /usr/lib/node_modules/is-email
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-email
Package Name | is-email |
Version | 1.0.0 |
Description | Loosely validate an email address. |
Released Date | 2016-05-18T21:26:16.820Z |
Published by | segment |
How to Learn | https://www.npmjs.com/package/is-email/tutorial |