oortcloud / heroku-buildpack-meteorite

MIT License
189 stars 97 forks source link

Deploying Meteor 0.8.3 app fails #48

Closed llama closed 10 years ago

llama commented 10 years ago

Fails with error:

2014-07-31T00:10:47.749889+00:00 app[web.1]: Meteor requires Node v0.10.29 or later.
pauldowman commented 10 years ago

@llama create a file called nodeversion in the root of your app with the contents 0.10.29.

llama commented 10 years ago

Fantastic, thanks @pauldowman. Making this the default or adding it to the README might be nice.