hope all is well.
I am trying to run the wizard from https://github.com/0xProject/0x-launch-kit. I have successfully downloaded Node.js, Yarn, Docker and npx but after running the following command
npx @0x/launch-kit-wizard && docker-compose up
I am receiving spawn C:\Windows\system32\cmd.exe;C:\Program Files\Git\bin ENOENT .
I have already gone to computer>properties>Advance System Settings>Environment Variables> and added the required C:\Windows\system32\cmd.exe;C:\Program Files\Git\bin to path and ComSpec but i am getting still the same error.
Would really appreciate some help.
Thank you