3 ms·
Old Mise user too. Now that PNPM supports managing runtimes [0], I found that most of Mise's offerings are actually built into package managers. Maybe I will h
by maxloh 12d ago
Old Mise user too.
Now that PNPM supports managing runtimes [0], I found that most of Mise's offerings are actually built into package managers. Maybe I will have it graduates from my machine when I have time.
[0]: https://pnpm.io/cli/runtime https://pnpm.io/cli/runtime
- e12e 12d agoThat's the beauty of asdf and then mise; they leverage existing solutions where possible, and unify how to get versioned runtimes for projects. Rust? rustup with mise, ruby? Precompiled when possible, otherwise ruby-build. Etc. I'm not sure if I trust or want pnpm to support bundling rust for binary plugins, or various sundry toolchains. But use what works for you.