jkrup/meteor-now

first run throws error

dohomi opened this issue · 1 comments

I am running meteor-now for the first time. This is my output of the console:
✔ [METEOR-NOW] - Building meteor app (this can take several minutes)
✔ [METEOR-NOW] - Preparing build
(node:64923) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, stat '/Users/myuser/.meteor-now/build/app.tar.gz'
(node:64923) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:64923) [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.
Node#moveTo was deprecated. Use Container#append.

And then it seems to hang. I just installed the newest version of now and meteor-now and try to deploy a meteor v1.8 app

Desktop (please complete the following information):

  • OS: Mac OSX

Any idea whats happening or might be missing? By the way, I am trying to use the NODE_ENV=staging instead of development.
Thanks
Dominic

Found this issue #89 seems to be the same issue