Chapter 309: Version mismatch
Core Idea
It is important that all Remotion packages you install (remotion, @remotion/player, @remotion/cli, etc. ) have the same version installed.
Key Concepts
- ^ character can be confusing
- Packages that depend on Remotion
- Checking which versions have been installed
Code Examples
{
"dependencies": {
"remotion": "^2.6.12",
"@remotion/player": "^2.6.12",
"@remotion/gif": "^2.6.12"
}
}
- What it demonstrates: Usage pattern for Version mismatch from the official docs.
Key Takeaways
- Understand ^ character can be confusing when working with Version mismatch.
- Understand packages that depend on remotion when working with Version mismatch.
- Understand checking which versions have been installed when working with Version mismatch.
Connects To
- 2 0 Migration: related page in the Migration & Versioning section.
- 3 0 Migration: related page in the Migration & Versioning section.
- 4 0 Migration: related page in the Migration & Versioning section.