Migrating to Meteor 3.0
This guide will be created as we get closer to the Meteor 3.0 beta release. We are also evaluating new documentation platforms to improve our users’ experience.
What’s the status of version 3.0?
Latest version: 3.0-alpha.19
Node.js version: 20.9.0 LTS
Meteor 3.0 is in alpha and not recommended for production. You can check the “Release 3.0 Pull Request“ to see what is being changed.
How to prepare for version 3.0?
You can follow the guide “How to migrate to Meteor Async in Meteor 2.x“ to help you prepare your application for the new version by starting to use async methods.
Frequently Asked Questions
How to test Meteor 3.0?
You can create a new Meteor 3.0 project by running the command below:
meteor create my-new-project --release 3.0-alpha.19
How to update from version 2?
You can update your Meteor 2.x project by running the command below inside your project folder:
meteor update --release 3.0-alpha.19
How to follow the progress on version 3?
The best way to follow the progress is by checking the “What’s left until an official Meteor 3.0?“ discussion. We have also been sharing constant updates on this topic in our forum.
When will Meteor 3.0 be ready?
Our plan is to release the beta version by the end of Q4 2023. An official version will depend a lot on user feedback, but we aim to release it by the end of Q1 2024.