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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-emoji
| 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 |