rimraf : A deep deletion module for node (like `rm -rf`). You can installing rimraf 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 rimraf $ sudo npm install -g rimraf
If want to update the rimraf package execute the command as below,
$ sudo npm update rimraf
Update package globally,
$ npm install -g rimraf
$ sudo git clone https://github.com/rektide/rimraf.git
$ sudo npm install -g ./rimraf
rimraf@2.6.2 /usr/lib/node_modules/rimraf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rimraf
| Package Name | rimraf |
| Version | 2.6.2 |
| Description | A deep deletion module for node (like `rm -rf`) |
| Released Date | 2017-09-11T16:46:07.098Z |
| Published by | isaacs |
| How to Learn | https://www.npmjs.com/package/rimraf/tutorial |