How to Install email-regex NPM Packages on Ubuntu / Debian

How to Install email-regex software package in NPM Packages

email-regex : Regular expression for matching email addresses. You can installing email-regex 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-regex
$ sudo npm install -g email-regex

If want to update the email-regex package execute the command as below,

$ sudo npm update email-regex

Update package globally,

$ npm install -g email-regex

Git clone:

$ sudo  git clone https://github.com/rektide/email-regex.git
$ sudo  npm install -g ./email-regex

email-regex@2.0.0 /usr/lib/node_modules/email-regex

How to remove email-regex package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall email-regex

Basic Information of email-regex NPM Package:

Package Name email-regex
Version 2.0.0
Description Regular expression for matching email addresses
Released Date 2017-11-08T12:33:59.835Z
Published by sindresorhus
How to Learn https://www.npmjs.com/package/email-regex/tutorial