You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep on getting errors on all meteor projects that i'm trying to run with meteord. It built successfully, image looks good, but when running the container - getting the following error:
docker logs -f focused_mccarthy
=> Starting meteor app on port:8084
assert.js:93
throw new assert.AssertionError({
^
AssertionError: "undefined" === "function"
at wrapPathFunction (/built_app/programs/server/mini-files.js:77:10)
at Object.<anonymous> (/built_app/programs/server/mini-files.js:108:24)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/built_app/programs/server/boot.js:9:13)
at Module._compile (module.js:456:26)
The text was updated successfully, but these errors were encountered:
Keep on getting errors on all meteor projects that i'm trying to run with meteord. It built successfully, image looks good, but when running the container - getting the following error:
The text was updated successfully, but these errors were encountered: