react-dnd : Drag and Drop for React. You can installing react-dnd 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 react-dnd $ sudo npm install -g react-dnd
If want to update the react-dnd package execute the command as below,
$ sudo npm update react-dnd
Update package globally,
$ npm install -g react-dnd
$ sudo git clone https://github.com/rektide/react-dnd.git
$ sudo npm install -g ./react-dnd
react-dnd@2.5.4 /usr/lib/node_modules/react-dnd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-dnd
| Package Name | react-dnd |
| Version | 2.5.4 |
| Description | Drag and Drop for React |
| Released Date | 2017-10-07T17:10:24.946Z |
| Published by | darthtrevino |
| How to Learn | https://www.npmjs.com/package/react-dnd/tutorial |