Volta
Volta - The Hassle-Free JavaScript Tool Manager
volta-cli/volta: Volta: JS Toolchains as Code. ⚡
Node.jsのバージョン管理はVoltaに決定 (zenn.dev/aiueda)
installation
code:sh
curl
https://get.volta.sh
| bash
# restart shell
volta install node@20 # use latest major version number of LTS
volta install pnpm