quill : Your powerful, rich text editor. You can installing quill 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 quill $ sudo npm install -g quill
If want to update the quill package execute the command as below,
$ sudo npm update quill
Update package globally,
$ npm install -g quill
$ sudo git clone https://github.com/rektide/quill.git
$ sudo npm install -g ./quill
quill@1.3.4 /usr/lib/node_modules/quill
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall quill
| Package Name | quill |
| Version | 1.3.4 |
| Description | Your powerful, rich text editor |
| Released Date | 2017-11-06T07:36:16.643Z |
| Published by | jhchen |
| How to Learn | https://www.npmjs.com/package/quill/tutorial |