Skip to content

mise deps add

Add a dependency

Adds one or more packages to the project using the appropriate package manager. Package specs use the format ecosystem:package, e.g., npm:react or npm:@types/react@19.

Arguments

<PACKAGES>…

Package(s) to add (e.g., npm:react, npm:@types/react@19)

Flags

-D --dev

Add as a development dependency

MIT LicenseCopyright © 2026en.dev