A version and tool manager for Node.js
Install and Use Volta
Usage
Install LTS Node, putting a node
executable in your $PATH
:
Any yarn global add
or npm install -g
gets pinned to your current Node. You can also use volta install
for tools, likewise pinned to current Node installation.
Specify tool versions with pin
Adds an entry to package.json
This entry works like .nvmrc
for nvm
, just making it an explicit part of your project definition.
Mostly I just use the global volta install
for Node and tools.
Related
Added to vault 2024-01-15. Updated on 2024-03-21