Joined October 2013
·
Posted to
Deploying Meteor app to heroku with Meteorite and MongoLab
over 1 year
ago
Thanks @kazlan. Life on the bleeding edge! I am running the latest Meteor 0.6.6.2, pushed it to Heroku with Node 0.10.20. Got an Application Error. Logs said Meteor 0.6.6.2 needs Node 0.10.21. Fired up a new node box and now my inital push fails with a SyntaxError: Unexpected token ILLEGAL
when installing meteorite. Will I ever get my Meteor app on to Heroku.....
Posted to
Deploying Meteor app to heroku with Meteorite and MongoLab
over 1 year
ago
@Jorge I get an error and the logs show the following. fibers.node is missing. Try reinstalling node-fibers?
Posted to
Deploying Meteor app to heroku with Meteorite and MongoLab
over 1 year
ago
$ heroku create
is missing --buildpack
before the GitHub URL.
Achievements
27 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
I forked your buildpack and made the needed updates for Meteor 0.6.6.2 and Node 0.10.21 as done by https://github.com/areed
File comparison: https://github.com/benstr/heroku-buildpack-meteorite/compare/kazlan:master...master
My buildpack: https://github.com/benstr/heroku-buildpack-meteorite