[CLOSED] Meteor Up and tty message

Is there any way around the mup message:

sudo: sorry, you must have a tty to run sudo

Developing on Windows, deploying on CentOs

Apologies, going too fast, didn’t see the answer to my problem in the mup docs…

Yeah, CentOS has requiretty on default. You can try my fork of mup here which deploys on CentOS and doesn’t require you to change the sudoers file.

Thank you! I couldn’t get past the sudoers file read-only state so I gave up and went over to digital ocean. It’d be nice though to be able to deploy onto my main boxes just to practice. They’re running CentOS with Plesk12 so there’s a bit more configuration that needs to happen.
Thanks again!