Issue deploying with Meteor-Now

I’ve been trying to deploy my test app in development mode with Meteor-now but I keep getting warnings and it never builds. I’ve tried putting in a Mongo URL and still the same issue. Any ideas of what these errors mean?

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): zlib: Cannot read property 'length' of null

(node:29340) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

What version of node are you running? If it’s less than 10.x, upgrade node and try deploying again. I found some posts on other forums saying that it is related to this https://github.com/nodejs/node/issues/17041

If that doesn’t work, you might want to provide some more info (OS, node version, meteor-now version, full output when running with -d flag)

Upgrading node to 10.15.0 did the trick. Thank you! :joy: