xxxxxxxxxx
echo 'export PATH="$PATH:(target_path)"' >> ~/.bashrc
xxxxxxxxxx
npm install dotenv --save
Next add the following line to your app: "require('dotenv').config()"
Then create a .env file at the root directory of your application
and add the variables to it.