Replies: 1 comment
-
|
Yeah I just raised the PR for this. It's happening on windows only. temporary you can do this go to your Zero\packages\cli\src\utils.ts change this const child = spawn(command, args, { stdio: 'inherit', ...options }); to this const child = spawn(command, args, { stdio: 'inherit', shell: true, ...options }); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone help me understand why this error is occurring? I haven't been able to figure out the root cause.
Here is my .env file
Beta Was this translation helpful? Give feedback.
All reactions