Meteor 2.3.1 requires Node 14+, new docker image required?
See original GitHub issueMup 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:
- Created 2 years ago
- Reactions:3
- Comments:16 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use the
zodern/meteor
image. It is compatible with Meteor 1.2 - 2.3.Before i used
abernix/meteord:node-12-base
(not working any longer) so i switched tozodern/meteor:latest
as @zodern recommended! Thanks @zodern , this works perfectly fine now with Meteor 2.3.2