tinymce : Web based JavaScript HTML WYSIWYG editor control.. You can installing tinymce 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 tinymce $ sudo npm install -g tinymce
If want to update the tinymce package execute the command as below,
$ sudo npm update tinymce
Update package globally,
$ npm install -g tinymce
$ sudo git clone https://github.com/rektide/tinymce.git
$ sudo npm install -g ./tinymce
tinymce@4.7.3 /usr/lib/node_modules/tinymce
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tinymce
| Package Name | tinymce |
| Version | 4.7.3 |
| Description | Web based JavaScript HTML WYSIWYG editor control. |
| Released Date | 2017-11-23T15:35:11.538Z |
| Published by | ephox |
| How to Learn | https://www.npmjs.com/package/tinymce/tutorial |