If you are using MUP to deploy your Meteor app, you will run into an error if you don’t make a small change.
[cc lang=”javascript”]
{
// some code
“nodeVersion”: “0.10.36”
// some more code
}
[/cc]
Before deploying you need to change that number to at least “0.10.40”
By the time you read this blogpost, it will have changed to a higher number.
To remedy this always check the log file by running this in the terminal
Check Logs
[cc lang=”bash”]
$ mup logs -f
[/cc]
Then to make the changes on Digital Ocean’s virtual server do this:
Configure New Server Settings
[cc lang=”bash”]
$ mup setup
[/cc]
Then deploy
Deploy that sexy beast!
[cc lang=”bash”]
$ mup deploy
[/cc]
Fin. Done. Complete. Easy Peasy.