-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor 1.2 needs node 10.40 or greater #35
Comments
Use the engines section of your package.json to specify the version of Node.js to use on Heroku: {
"name": "myapp",
"description": "a really cool app",
"version": "0.0.1",
"engines": {
"node": "0.10.40"
}
} |
@nerijunior at root directory of your meteor app. |
@hazio I've tried but no effect. :( |
@nerijunior I'm unsure whether you still need it, but you can fork the repository, then navigate to bin/compile_node and just change the specified node_engine in line 37 to "0.10.40" |
@leonardykris Tks! I made this. |
For the time being you can use my fork. |
@TFarla Tks but I made my own fork too! :) |
I'm still getting this Node 10.40 error... has this been fixed yet? |
Same problem, apparently have to make a fork. |
Has anyone had luck with |
If you are going with https://github.com/maxko87/heroku-buildpack-meteor.git buildpack, make sure to use this command to set it:
and then push to your Heroku app. you can't just set the buildpack on the Heroku dashboard -- it won't work. |
@maxko87 Thank you for this! I can't believe it's taking so long to fix the issue. |
A lot of Meteor people use this build pack; the recent Meteor update prompts an error on Heroku that 10.40 or greater is needed. This specifies 10.36.
The text was updated successfully, but these errors were encountered: