mktemp : mktemp command for node.js. You can installing mktemp 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 mktemp $ sudo npm install -g mktemp
If want to update the mktemp package execute the command as below,
$ sudo npm update mktemp
Update package globally,
$ npm install -g mktemp
$ sudo git clone https://github.com/rektide/mktemp.git
$ sudo npm install -g ./mktemp
mktemp@0.4.0 /usr/lib/node_modules/mktemp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mktemp
| Package Name | mktemp |
| Version | 0.4.0 |
| Description | mktemp command for node.js |
| Released Date | 2015-02-15T16:38:27.135Z |
| Published by | sasaplus1 |
| How to Learn | https://www.npmjs.com/package/mktemp/tutorial |