I have this running locally fine, when I try to deploy to meteor, I get the following errors on the error logs.
Error: ENOENT, no such file or directory '/packages' at Object.fs.readdirSync (fs.js:659:18) at updateMetadata (packages/mrt:server-eval/helpers.js:122) at cmd (packages/mrt:server-eval/helpers.js:341) at /meteor/containers/7d18902b-a16d-01d4-511f-51f730ae1855/bundle/programs/server/packages/mrt_server-eval.js:850:4 at /meteor/containers/7d18902b-a16d-01d4-511f-51f730ae1855/bundle/programs/server/packages/mrt_server-eval.js:906:3 at /meteor/containers/7d18902b-a16d-01d4-511f-51f730ae1855/bundle/programs/server/boot.js:168:10 at Array.forEach (native) at Function._.each._.forEach (/meteor/dev_bundles/0.3.55/lib/node_modules/underscore/underscore.js:79:11) at /meteor/containers/7d18902b-a16d-01d4-511f-51f730ae1855/bundle/programs/server/boot.js:82:5 [Sun Oct 11 2015 14:32:27 GMT+0000 (UTC)] INFO HIT / 74.66.66.34 [Sun Oct 11 2015 14:32:31 GMT+0000 (UTC)] INFO STATUS running -> waiting [Sun Oct 11 2015 14:32:31 GMT+0000 (UTC)] ERROR Application crashed with code: 8 [Sun Oct 11 2015 14:32:41 GMT+0000 (UTC)] INFO HIT / 74.66.66.34 [Sun Oct 11 2015 14:32:43 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 74.66.66.34 [Sun Oct 11 2015 14:32:47 GMT+0000 (UTC)] INFO HIT / 74.66.66.34 [Sun Oct 11 2015 14:32:49 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 74.66.66.34
I've Searched for a solution before posting here, but can't seem to find one
I have this running locally fine, when I try to deploy to meteor, I get the following errors on the error logs.
Error: ENOENT, no such file or directory '/packages' at Object.fs.readdirSync (fs.js:659:18) at updateMetadata (packages/mrt:server-eval/helpers.js:122) at cmd (packages/mrt:server-eval/helpers.js:341) at /meteor/containers/7d18902b-a16d-01d4-511f-51f730ae1855/bundle/programs/server/packages/mrt_server-eval.js:850:4 at /meteor/containers/7d18902b-a16d-01d4-511f-51f730ae1855/bundle/programs/server/packages/mrt_server-eval.js:906:3 at /meteor/containers/7d18902b-a16d-01d4-511f-51f730ae1855/bundle/programs/server/boot.js:168:10 at Array.forEach (native) at Function._.each._.forEach (/meteor/dev_bundles/0.3.55/lib/node_modules/underscore/underscore.js:79:11) at /meteor/containers/7d18902b-a16d-01d4-511f-51f730ae1855/bundle/programs/server/boot.js:82:5 [Sun Oct 11 2015 14:32:27 GMT+0000 (UTC)] INFO HIT / 74.66.66.34 [Sun Oct 11 2015 14:32:31 GMT+0000 (UTC)] INFO STATUS running -> waiting [Sun Oct 11 2015 14:32:31 GMT+0000 (UTC)] ERROR Application crashed with code: 8 [Sun Oct 11 2015 14:32:41 GMT+0000 (UTC)] INFO HIT / 74.66.66.34 [Sun Oct 11 2015 14:32:43 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 74.66.66.34 [Sun Oct 11 2015 14:32:47 GMT+0000 (UTC)] INFO HIT / 74.66.66.34 [Sun Oct 11 2015 14:32:49 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 74.66.66.34
I've Searched for a solution before posting here, but can't seem to find one