[BUG] npx node@12 executes node@16 #4204
Labels
Bug
thing that needs fixing
cmd:exec
related to `npx`
Needs Triage
needs review for next steps
platform:windows
is Windows-specific
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Documentation says you can specify node version with npx, but right now, when using
npx node@12
it executes latest version insteadExpected Behavior
Execute latest version
Steps To Reproduce
run
npx node@12
with node 16, install it, and then see the version.Environment
The text was updated successfully, but these errors were encountered: