volta run <command>

Run a command with custom Node, npm, and/or Yarn versions

Arguments

NameDescription
command

Options

NameDescription
--bundleForces npm to be the version bundled with Node
--no-yarnDisables Yarn
--verboseEnables verbose diagnostics
--quietPrevents unnecessary output
--node <version>Set the custom Node version
--npm <version>Set the custom npm version
--yarn <version>Set the custom Yarn version
--env <NAME=value>
  • Repeatable ♾