env-paths : Get paths for storing things like data, config, cache, etc. You can installing env-paths 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 env-paths $ sudo npm install -g env-paths
If want to update the env-paths package execute the command as below,
$ sudo npm update env-paths
Update package globally,
$ npm install -g env-paths
$ sudo git clone https://github.com/rektide/env-paths.git
$ sudo npm install -g ./env-paths
env-paths@1.0.0 /usr/lib/node_modules/env-paths
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall env-paths
Package Name | env-paths |
Version | 1.0.0 |
Description | Get paths for storing things like data, config, cache, etc |
Released Date | 2017-01-10T03:58:46.365Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/env-paths/tutorial |