for people who use new Meteor version 2.3 and need a workaround : you can use temporally https://hub.docker.com/repository/docker/liitfr/meteord which is fork of abernix/meteord supporting node 14
in your MUP settings :
...
docker: {
image: 'liitfr/meteord:node-14-base',
},
...
Related PR : #59
for people who use new Meteor version 2.3 and need a workaround : you can use temporally
https://hub.docker.com/repository/docker/liitfr/meteordwhich is fork ofabernix/meteordsupporting node 14in your MUP settings :
... docker: { image: 'liitfr/meteord:node-14-base', }, ...Related PR : #59