Run any command on specific Node.js versions. Unlike nvm exec it: can run multiple Node.js versions at once can be run programmatically is much faster does not need a separate installation step for each Node version can run the major release's latest minor/patch version automatically works on Windows. No need to run as Administrator. does not require Bash is installed as a Node module (as opposed

