Closed
Description
This change request is to add support for NPX to nvm-windows.
This is an enhancement request inspired by Introducing npx: an npm package runner. When nodejs v8+ is installed traditionally (without nvm-windows) it includes npm v5+ and the new utility "npx".
Expected Behavior after this enhancement
$ nvm use 6.11.0
Now using node v8.1.4 (64-bit)
$ npx --version
npx is not supported with the current version of npm
$ nvm use 8.1.4
Now using node v8.1.4 (64-bit)
$ npx --version
5.0.3