chownr : like `chown -R`. You can installing chownr 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 chownr $ sudo npm install -g chownr
If want to update the chownr package execute the command as below,
$ sudo npm update chownr
Update package globally,
$ npm install -g chownr
$ sudo git clone https://github.com/rektide/chownr.git
$ sudo npm install -g ./chownr
chownr@1.0.1 /usr/lib/node_modules/chownr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chownr
Package Name | chownr |
Version | 1.0.1 |
Description | like `chown -R` |
Released Date | 2015-08-09T22:24:36.640Z |
Published by | isaacs |
How to Learn | https://www.npmjs.com/package/chownr/tutorial |