How to Install ng2-dnd NPM Packages on Ubuntu / Debian

How to Install ng2-dnd software package in NPM Packages

ng2-dnd : Angular 2 Drag-and-Drop without dependencies. You can installing ng2-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 ng2-dnd
$ sudo npm install -g ng2-dnd

If want to update the ng2-dnd package execute the command as below,

$ sudo npm update ng2-dnd

Update package globally,

$ npm install -g ng2-dnd

Git clone:

$ sudo  git clone https://github.com/rektide/ng2-dnd.git
$ sudo  npm install -g ./ng2-dnd

ng2-dnd@5.0.2 /usr/lib/node_modules/ng2-dnd

How to remove ng2-dnd package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall ng2-dnd

Basic Information of ng2-dnd NPM Package:

Package Name ng2-dnd
Version 5.0.2
Description Angular 2 Drag-and-Drop without dependencies
Released Date 2017-11-22T20:45:11.022Z
Published by akserg
How to Learn https://www.npmjs.com/package/ng2-dnd/tutorial