tmp : Temporary file and directory creator. You can installing tmp 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 tmp $ sudo npm install -g tmp
If want to update the tmp package execute the command as below,
$ sudo npm update tmp
Update package globally,
$ npm install -g tmp
$ sudo git clone https://github.com/rektide/tmp.git
$ sudo npm install -g ./tmp
tmp@0.0.33 /usr/lib/node_modules/tmp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tmp
| Package Name | tmp |
| Version | 0.0.33 |
| Description | Temporary file and directory creator |
| Released Date | 2017-08-12T09:30:19.632Z |
| Published by | raszi |
| How to Learn | https://www.npmjs.com/package/tmp/tutorial |