userhome : A cross-platform path to the users home. You can installing userhome 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 userhome $ sudo npm install -g userhome
If want to update the userhome package execute the command as below,
$ sudo npm update userhome
Update package globally,
$ npm install -g userhome
$ sudo git clone https://github.com/rektide/userhome.git
$ sudo npm install -g ./userhome
userhome@1.0.0 /usr/lib/node_modules/userhome
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall userhome
| Package Name | userhome |
| Version | 1.0.0 |
| Description | A cross-platform path to the users home |
| Released Date | 2014-09-23T04:28:45.976Z |
| Published by | shama |
| How to Learn | https://www.npmjs.com/package/userhome/tutorial |