Todd Bluhm
Todd Bluhm
Ah, I see your issue now. What is happening is that the `-e` in that command is being interpreted/captured by `env-cmd`, not `node`. You have to run commands like this...
Ah, interesting. I will have to boot into bootcamp, test it out on powershell, and do some research as to what is going on. Good catch, atleast there is a...
@will-osborne so this is intended behavior. The `--` will be used to separate `env-cmd` flags from the command (and flags) that will be executed by `env-cmd`. The double dashes (`--...
@Delagen So I got into my bootcamp side and did some research on this issue. It appears to be a powershell specific issue and only when executing `env-cmd` as a...