volta run <command>
Run a command with custom Node, npm, and/or Yarn versions
Arguments
Name | Description |
---|---|
command |
Options
Name | Description |
---|---|
--bundle | Forces npm to be the version bundled with Node |
--no-yarn | Disables Yarn |
--verbose | Enables verbose diagnostics |
--quiet | Prevents 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> |
|