Back to Mise

`mise sync node`

docs/cli/sync/node.md

2026.8.10723 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 managed installs, runtime aliases, or links from other providers.

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