env2 : Environment Variable Loader. You can installing env2 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 env2 $ sudo npm install -g env2
If want to update the env2 package execute the command as below,
$ sudo npm update env2
Update package globally,
$ npm install -g env2
$ sudo git clone https://github.com/rektide/env2.git
$ sudo npm install -g ./env2
env2@2.2.0 /usr/lib/node_modules/env2
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall env2
Package Name | env2 |
Version | 2.2.0 |
Description | Environment Variable Loader |
Released Date | 2017-05-15T16:18:10.805Z |
Published by | nelsonic |
How to Learn | https://www.npmjs.com/package/env2/tutorial |