I was wondering why `fnm` was recommended as a way to install @nodejs instead of `volta`. Volta has been around longer, is also cross platform, is also written in Rust, and automatically uses the version specified in a project’s `package.json`.
Then I learned `volta` is now unmaintained and the former maintainers recommend using `mise`.
https://github.com/volta-cli/volta/issues/2080?ref=activitypub
Given my Ruby and Python environments are always fucked up, Mise looks extra appealing.