dropzone : Handles drag and drop of files for you.. You can installing dropzone 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 dropzone $ sudo npm install -g dropzone
If want to update the dropzone package execute the command as below,
$ sudo npm update dropzone
Update package globally,
$ npm install -g dropzone
$ sudo git clone https://github.com/rektide/dropzone.git
$ sudo npm install -g ./dropzone
dropzone@5.2.0 /usr/lib/node_modules/dropzone
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dropzone
Package Name | dropzone |
Version | 5.2.0 |
Description | Handles drag and drop of files for you. |
Released Date | 2017-10-06T16:01:05.807Z |
Published by | enyo |
How to Learn | https://www.npmjs.com/package/dropzone/tutorial |