markdown-it-emoji : Emoji plugin for markdown-it markdown parser.. You can installing markdown-it-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 markdown-it-emoji $ sudo npm install -g markdown-it-emoji
If want to update the markdown-it-emoji package execute the command as below,
$ sudo npm update markdown-it-emoji
Update package globally,
$ npm install -g markdown-it-emoji
$ sudo git clone https://github.com/rektide/markdown-it-emoji.git
$ sudo npm install -g ./markdown-it-emoji
markdown-it-emoji@1.4.0 /usr/lib/node_modules/markdown-it-emoji
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall markdown-it-emoji
Package Name | markdown-it-emoji |
Version | 1.4.0 |
Description | Emoji plugin for markdown-it markdown parser. |
Released Date | 2017-06-20T11:33:38.283Z |
Published by | vitaly |
How to Learn | https://www.npmjs.com/package/markdown-it-emoji/tutorial |