zkat / npx

execute npm package binaries (moved)
https://github.com/npm/npx
Other
2.63k stars 105 forks source link

is there a way to use npx to run local version of node? #239

Open laurencefass opened 5 years ago

laurencefass commented 5 years ago

I need to project specific versions of node and yarn which are different to my global configuration.

i have a globally installed yarn using npx to override the global.

is there a way to use npx to run a localised version of node itself?

thanks