Mot
Mot
can you check what encoding your .env file has? is it utf8?
i see the issue. effort happening here: https://github.com/dotenvx/dotenvx/pull/438
@klodoma and @BingKeh can you try `1.22.2`. you should now be able to do: ``` dotenvx run -f .env.testing -- node index.js ``` closing but reply here and I'll re-open...
darn. i will get powershell going and will try to duplicate. in the meantime, can you test if dotenv-cli has the same issue for you: https://github.com/entropitor/dotenv-cli
i set up a windows machine with powershell and installed dotenvx using winget and I could not duplicate this. can you share more details about your windows set up and...
thank you. this is very helpful. a few more bits of information since I think this might be related to `npm run` and global vs local installs. is your dotenv-cli...
additional info: https://x.com/Davi_g117/status/1910621858602369312 
Really strong point @ericwooley. I will consider this.
The downside is that stderr then breaks tests.
Yes — Node’s native support is an additional reason I’ve shifted my focus to dotenvx. Since dotenv is now built into Node, I felt it was the right time to...