Skip to main content

npx remotion upgrade

Upgrades all Remotion-related packages.

npx remotion upgrade
npx remotion upgrade

Flags

--package-managerv3.2.33

optional

Forces a specific package manager to be used. This is useful if you are using Remotion in a monorepo and you want to upgrade all packages at once. By default, Remotion will auto-detect the package manager.

Acceptable values are npm, yarn and pnpm

--versionv4.0.15

Install a specific version. Also enables downgrading to an older version.

Package manager support

npm, yarn and pnpm are all supported.

Difference to npm update, yarn upgrade, pnpm up

These commands, when executed without arguments will upgrade all dependencies in your project. We recommend against it because you may unintentionally break other parts of your project when you only wanted to upgrade Remotion.