Skip to content

Update node engine to allow deploy of meteor 1.4.xxx apps. - #69

Open
dassiorleando wants to merge 1 commit into
jordansissel:masterfrom
dassiorleando:master
Open

Update node engine to allow deploy of meteor 1.4.xxx apps.#69
dassiorleando wants to merge 1 commit into
jordansissel:masterfrom
dassiorleando:master

Conversation

@dassiorleando

Copy link
Copy Markdown

When deploying a meteor 1.4.1 apps on heroku I got this error because the node engine was in version 0.10.40:

2016-11-13T00:31:57.762231+00:00 app[web.1]: 2016-11-13T00:31:57.762575+00:00 app[web.1]: assert.js:93 2016-11-13T00:31:57.762883+00:00 app[web.1]: throw new assert.AssertionError({ 2016-11-13T00:31:57.762886+00:00 app[web.1]: ^ 2016-11-13T00:31:57.765202+00:00 app[web.1]: AssertionError: "undefined" === "function" 2016-11-13T00:31:57.765204+00:00 app[web.1]: at wrapPathFunction (/app/build/bundle/programs/server/mini-files.js:77:10) 2016-11-13T00:31:57.765205+00:00 app[web.1]: at Object.<anonymous> (/app/build/bundle/programs/server/mini-files.js:108:24) 2016-11-13T00:31:57.765205+00:00 app[web.1]: at Module._compile (module.js:456:26) 2016-11-13T00:31:57.765206+00:00 app[web.1]: at Object.Module._extensions..js (module.js:474:10) 2016-11-13T00:31:57.765206+00:00 app[web.1]: at Module.load (module.js:356:32) 2016-11-13T00:31:57.765207+00:00 app[web.1]: at Function.Module._load (module.js:312:12) 2016-11-13T00:31:57.765208+00:00 app[web.1]: at Module.require (module.js:364:17) 2016-11-13T00:31:57.765208+00:00 app[web.1]: at require (module.js:380:17) 2016-11-13T00:31:57.765209+00:00 app[web.1]: at Object.<anonymous> (/app/build/bundle/programs/server/boot.js:9:13) 2016-11-13T00:31:57.765209+00:00 app[web.1]: at Module._compile (module.js:456:26) 2016-11-13T00:31:57.882538+00:00 heroku[web.1]: Process exited with status 8

After update the version of Node engines to 4.5.0 it works perfectly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant