p:: CLI, Node
f:: npm, yarn
Install
For bash, zsh, and fish, this installer will automatically update your console startup script.
Pinning Node engines
The volta pin
command allows you to choose your Node engine and package manager versions for a project:
Volta stores this in your package.json
so you can commit your choice of tools to version control:
This way, everyone who uses Volta to work on the project automatically gets the same version you selected.
Installing Node engines
you can select an exact version of node
to be your default version: