How to Install del NPM Packages on Ubuntu / Debian

How to Install del software package in NPM Packages

del : Delete files and folders. You can installing del 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 del
$ sudo npm install -g del

If want to update the del package execute the command as below,

$ sudo npm update del

Update package globally,

$ npm install -g del

Git clone:

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

del@3.0.0 /usr/lib/node_modules/del

How to remove del package :

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

$ sudo npm uninstall del

Basic Information of del NPM Package:

Package Name del
Version 3.0.0
Description Delete files and folders
Released Date 2017-06-09T14:39:52.432Z
Published by sindresorhus
How to Learn https://www.npmjs.com/package/del/tutorial