README
node-version-spawn
Cross-platform solution for running commands on a specific version of node.
$ nvu 14 run npm install
$ nvu 14 node --version
Utilities for running commands on a specific version of node by installed path
<script type="module">
import nodeVersionUtils from 'https://cdn.skypack.dev/node-version-utils';
</script>
Cross-platform solution for running commands on a specific version of node.
$ nvu 14 run npm install
$ nvu 14 node --version