0

I am using node-config in my express.js project. In the test file, I mutated the value for a test config variable. It is getting changed successfully as it is returning new value on logging it in the test file. But my private npm package which is using the config variable still picks up the old value. The package picks up the values of config variables at the time of build of the project only. Changing of config variables after that does not affect the already picked-up config values by package. So, how to reflect the changed values in the package?

Sagar
  • 1
  • 1

0 Answers0