You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, yeah I guess not. I'm not even sure if there is a way to make it work in Powershell.
The reason it works in cmd.exe is that when you run NODE_ENV=something something it tries to find if "NODE_ENV" is an executable. This module just creates that "NODE_ENV.cmd" executable.
In Powershell it seems it tries to run/find the whole NODE_ENV=something as an executable, which obviously can't be tricked into making an executable out of.
Package works for me with CMD, but not with powershell.
The text was updated successfully, but these errors were encountered: