Reputation: 25
"meteor build" not working for me
http://screencast.com/t/iOjtsnA2l
I am on ubuntu 14 - Amazon Web Services (AWS)
And
I used these steps https://rocket.chat/docs/developer-guides/pre-requisites/
Thanks for your help.
Upvotes: 0
Views: 167
Reputation: 351
I believe I have found the issue, you need to specify an output directory. e.g. meteor build ../release
would put the created tarball in the specified directory.
Upvotes: 2