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

How to Install emoji-regex software package in NPM Packages

emoji-regex : A regular expression to match all Emoji-only symbols as per the Unicode Standard.. You can installing emoji-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 emoji-regex
$ sudo npm install -g emoji-regex

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

$ sudo npm update emoji-regex

Update package globally,

$ npm install -g emoji-regex

Git clone:

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

emoji-regex@6.5.1 /usr/lib/node_modules/emoji-regex

How to remove emoji-regex package :

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

$ sudo npm uninstall emoji-regex

Basic Information of emoji-regex NPM Package:

Package Name emoji-regex
Version 6.5.1
Description A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Released Date 2017-07-26T13:42:07.910Z
Published by mathias
How to Learn https://www.npmjs.com/package/emoji-regex/tutorial