Install a specific version of a tool

volta

  • A JavaScript Tool Manager that installs Node.js runtimes, npm and Yarn package managers, or any binaries from npm.
    More information: <https://volta.sh>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

volta install {{node|npm|yarn}}@version

click the source code to copy