chmod : chmod for nodejs. You can installing chmod 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 chmod $ sudo npm install -g chmod
If want to update the chmod package execute the command as below,
$ sudo npm update chmod
Update package globally,
$ npm install -g chmod
$ sudo git clone https://github.com/rektide/chmod.git
$ sudo npm install -g ./chmod
chmod@0.2.1 /usr/lib/node_modules/chmod
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chmod
Package Name | chmod |
Version | 0.2.1 |
Description | chmod for nodejs |
Released Date | 2014-03-07T22:30:16.325Z |
Published by | popomore |
How to Learn | https://www.npmjs.com/package/chmod/tutorial |