umask : convert umask from string <-> number. You can installing umask 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 umask $ sudo npm install -g umask
If want to update the umask package execute the command as below,
$ sudo npm update umask
Update package globally,
$ npm install -g umask
$ sudo git clone https://github.com/rektide/umask.git
$ sudo npm install -g ./umask
umask@1.1.0 /usr/lib/node_modules/umask
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall umask
| Package Name | umask |
| Version | 1.1.0 |
| Description | convert umask from string <-> number |
| Released Date | 2015-01-15T12:47:12.246Z |
| Published by | smikes |
| How to Learn | https://www.npmjs.com/package/umask/tutorial |