toddbluhm / env-cmd

Setting environment variables from a file
https://www.npmjs.com/package/env-cmd
MIT License
1.73k stars 65 forks source link

Variable expansion in env-cmdrc JSON file not parsing #332

Open YoofiBP opened 2 years ago

YoofiBP commented 2 years ago

I am trying to use variable expansion in the env-cmdrc as below however it does not appear to parse correctly

"development": { "REACT_APP_VERSION": $npm_package_version }

Any assistance on what to do