Meteor Build is denied

Hi!

I made a project (based on the Todos example). It has lots of modifications.

The problem I’m having is that I need to deploy to somewhere that I want it, it will keep telling me that I need to supply a hostname and port, even when I don’t have any mobile platforms installed. What is happening? I don’t get it.

Is meteor build failing or is your app not starting with node?

Hey @hellstad,

meteor build

is failing.

Can you paste the error details so I can try to help?

Have you tried meteor build with using option --directory ? If not, give it a try, it should create the built release into a local directory. You can use the content afterwards to deploy to your own production sites.