MedBou
MedBou

Reputation: 25

Meteor build not working

"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

Answers (1)

Sean Hayes
Sean Hayes

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

Related Questions