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

How to Install node-emoji software package in NPM Packages

node-emoji : simple emoji support for node.js projects. You can installing node-emoji 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 node-emoji
$ sudo npm install -g node-emoji

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

$ sudo npm update node-emoji

Update package globally,

$ npm install -g node-emoji

Git clone:

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

node-emoji@1.8.1 /usr/lib/node_modules/node-emoji

How to remove node-emoji package :

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

$ sudo npm uninstall node-emoji

Basic Information of node-emoji NPM Package:

Package Name node-emoji
Version 1.8.1
Description simple emoji support for node.js projects
Released Date 2017-07-23T15:13:47.330Z
Published by omnidan
How to Learn https://www.npmjs.com/package/node-emoji/tutorial