Relative Content

Tag Archive for javascriptnode.jsenvironment-variables

Share process.env variable between multiple node js files

I have two node js files and one bat file. In the first js file, I am setting a few environment variables and in another js file, I want to access it. However, after setting variables, I am unable to find these variables in another file.
Example,