question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Meteor 2.3.1 requires Node 14+, new docker image required?

See original GitHub issue

Mup version (1.5.3):

Upgraded to Meteor 2.3.1, and on deploying the process completes right through to Verifying step, and then fails with repeated error “Meteor requires Node v14.0.0 or later.”

Fair enough, that’s in the release-notes for Meteor 2.3.

But the docker image I have used up to now within the mup config is “abernix/meteord:node-12-base”. I don’t see a later one in the mup documentation.

I use nvm to fix my node version in my dev environment to version 12.

Is there a work-around for this, or a new docker image on the way? I guess I should use node 14 in the dev environment and a node-14-compliant docker image for mup deployment.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

16reactions
zoderncommented, Jul 14, 2021

You can use the zodern/meteor image. It is compatible with Meteor 1.2 - 2.3.

11reactions
mitsolcommented, Jul 14, 2021

Before i used abernix/meteord:node-12-base (not working any longer) so i switched to zodern/meteor:latest as @zodern recommended! Thanks @zodern , this works perfectly fine now with Meteor 2.3.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Meteor 2.3.1, mup, abernix/meteord:node-12-base [Solved]
We just updated to Meteor 2.3.1, and mup deploy failed with this message: ... Meteor 2.3.1 requires Node 14+, new docker image required?...
Read more >
Meteor 2.3.1 requires Node 14+, new docker image ...
Upgraded to Meteor 2.3.1, and on deploying the process completes right through to Verifying step, and then fails with repeated error “Meteor ......
Read more >
node and docker image error in meteor build
It's possible that this is a new (or very old) version of Meteor, but you should make sure you're using a Docker image...
Read more >
Migrating rocket from standalone to Docker. Meteor ...
Description I'm trying to move our standalone Rocket.Chat 4.3.1 running on Debian, to a Docker installation but struggle getting success.
Read more >
phusion/passenger-nodejs Tags
phusion/passenger-nodejs. By phusion • Updated 2 months ago. Base image for Node.js and Meteor web apps. Image. OverviewTags. Sort by. Newest.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found