Node.js
Envloom manages Node.js versions via NVM and provides convenient CLI commands for selecting the active version.
List Node versions
Section titled “List Node versions”loom list nodeSwitch Node version
Section titled “Switch Node version”loom node 22You can typically pass either a full version or a major version:
loom node 22.14.0loom node 22Use the major form when you want the latest installed version in that major line.
Confirm the active selection
Section titled “Confirm the active selection”loom current- Node version switching is machine-level unless your workflow or shell setup applies additional project-specific behavior.
- If you rely on project-local
.nvmrc, keep that workflow in mind and verify which tool is currently responsible for the active version in your shell.