- https://volta.sh/
- A NodeJS runtime management tool similar to nvm
- A big advantage is that volta will read your package.json and automatically use the appropriate node runtime.
- Adds a volta section to the package.json:
"volta": {
"node": "18.19.0"
}
volta install [email protected]
for example