How to Install tmp NPM Packages on Ubuntu / Debian

How to Install tmp software package in NPM Packages

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

Git clone:

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

tmp@0.0.33 /usr/lib/node_modules/tmp

How to remove tmp package :

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

$ sudo npm uninstall tmp

Basic Information of tmp NPM Package:

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