Error when 'Invoking deployment process: FAILED' using MUP

Hi, suddenlIy am receiving this very strange error using mup from arunoda, anybody has a clue on how I can fix it:

-----------------------------------STDERR-----------------------------------
	Warning: Permanently added '104.236.158.125' (RSA) to the list of known hosts.
	npm WARN excluding symbolic link browser -> dist/browser
	npm WARN deprecated github-flavored-markdown@1.0.1: This project is long out of date. Use 'marked' instead.
	
	-----------------------------------STDOUT-----------------------------------
	 > ./mongodb: npm install due to binary npm modules
	
	> kerberos@0.0.9 install /opt/vynoapp/tmp/bundle/programs/server/npm/cfs_gridfs/node_modules/mongodb/node_modules/kerberos
	> (node-gyp rebuild 2> builderror.log) || (exit 0)
	
	----------------------------------------------------------------------------
```
thanks in advance!

Hello,

I am also getting this error - I am using mup and nginx to run two instances of meteor.

The solution I found was to use this: How to un-deploy a mup-deployed app

Regards,
Michael