jkrup/meteor-hero

Dockerfile created with wrong node version

Opened this issue · 2 comments

for some reason meteor-hero creates the dockerfile with node:8 and naturally meteor needs at least 14 to run. my meteor node -v returns 14.7, my general node -v is 14.6.

Node 14 starts with Meteor 2.3

It's supposed to, I guess something was buggy in my installation because when I looked at the dockerfile in my node_modules I saw it used node 8, I changed it locally and now everything works but the original problem that was in my installation isn't.