dotenv-expand : Expand environment variables using dotenv. You can installing dotenv-expand 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 dotenv-expand $ sudo npm install -g dotenv-expand
If want to update the dotenv-expand package execute the command as below,
$ sudo npm update dotenv-expand
Update package globally,
$ npm install -g dotenv-expand
$ sudo git clone https://github.com/rektide/dotenv-expand.git
$ sudo npm install -g ./dotenv-expand
dotenv-expand@4.0.1 /usr/lib/node_modules/dotenv-expand
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dotenv-expand
Package Name | dotenv-expand |
Version | 4.0.1 |
Description | Expand environment variables using dotenv |
Released Date | 2017-03-31T04:28:04.895Z |
Published by | motdotla |
How to Learn | https://www.npmjs.com/package/dotenv-expand/tutorial |