After upgrading from 1.0.3.2 to 1.0.4.1 and deploying to modulus the app is crashing. What can I do? The upgrade works fine on my local machine. But on modulus it seems to miss the latest Node. Thanks!
Thanks @khamoud. Yes I had found the instructions on modulus as well, but I don’t know if package.json is set in the Meteor project (and where) – or if this is done somewhere else. Or if there is an entirely different approach.
I apologize for being redundant then. I’m assuming that if you are using modulus that you are using demeteorizer? If so, look into your demeteorized version of your app before you push and in the top level you will find package.json which will have ... engines:{ "node": "0.10.33" } ...
which you should be able to manually change from there.