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
$ sudo git clone https://github.com/rektide/del.git
$ sudo npm install -g ./del
del@3.0.0 /usr/lib/node_modules/del
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall del
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 |