exec-nvm-versions
v1.0.1
Published
Execute a script with all available node versions that are installed with NVM.
Downloads
1
Maintainers
Readme
exec-nvm-versions
Run a node.js script against all available node versions that are installed with NVM.
npm install exec-nvm-versions
It will find all available versions of npm and execute the given script with each versions.
exec-nvm-versions /path/to/my/nodeScript.js