Back to Mise

`mise sync node`

docs/cli/sync/node.md

2026.5.1691 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise sync node

Symlinks all tool versions from an external tool into mise

For example, use this to import all Homebrew node installs into mise

This won't overwrite any existing installs but will overwrite any existing symlinks

Flags

--brew

Get tool versions from Homebrew

--nodenv

Get tool versions from nodenv

--nvm

Get tool versions from nvm

Examples:

brew install node@18 node@20
mise sync node --brew
mise use -g node@18 - uses Homebrew-provided node