Mup deploy on windows

Im trying to deploy via mup and and am getting this error:

anyone know whats causing this? and how to fix?

EDIT: fixed, just filepath issues

What’s your OS version. It’s seems like cmd.exe not exist the path. Weird.
I tried this on Win 7. May be you are on Win 8?

Wow, MUP released for Windows? Sweet!

1 Like

Ikr?

btw this is fixed, was issue with filepaths lol

I’m getting the exact same error. Since you solved it, would you mind telling how?

Ok. Found it. We probably went by the same tut: https://medium.com/@katopz/digital-ocean-meteor-bec33e75522d

Don’t miss changing these lines in the mup.json

/ Location of app (local directory)
“app”: “.”,
// Configure environment
"env": {
“ROOT_URL”: “http://xxx.xxx.xxx.xxx”