Chapter 87: npx remotion add
Core Idea
Adds one or more Remotion packages to your project with the same version as your other Remotion packages.
Key Concepts
- Examples
- Flags
- --package-manager<AvailableFrom v="4.0.367"/>
- Package manager support
- Additional arguments
- Use case
- See also
Code Examples
npx remotion add <package-name...>
- What it demonstrates: Usage pattern for npx remotion add from the official docs.
Key Takeaways
- Understand examples when working with npx remotion add.
- Understand flags when working with npx remotion add.
- Understand --package-manager<availablefrom v="4.0.367"/> when working with npx remotion add.
- Understand package manager support when working with npx remotion add.
- Understand additional arguments when working with npx remotion add.
Connects To
- Authoring Packages: related page in the CLI & Bundling section.
- Bundle: related page in the CLI & Bundling section.
- Bundler: related page in the CLI & Bundling section.