medium-editor : Medium.com WYSIWYG editor clone.. You can installing medium-editor 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 medium-editor $ sudo npm install -g medium-editor
If want to update the medium-editor package execute the command as below,
$ sudo npm update medium-editor
Update package globally,
$ npm install -g medium-editor
$ sudo git clone https://github.com/rektide/medium-editor.git
$ sudo npm install -g ./medium-editor
medium-editor@5.23.2 /usr/lib/node_modules/medium-editor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall medium-editor
Package Name | medium-editor |
Version | 5.23.2 |
Description | Medium.com WYSIWYG editor clone. |
Released Date | 2017-08-02T08:06:26.899Z |
Published by | j0k3r |
How to Learn | https://www.npmjs.com/package/medium-editor/tutorial |