zkat / npx

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

Add the ability to _not_ search $PATH for binary first #15

Closed jbcpollak closed 7 years ago

jbcpollak commented 7 years ago

in usecases where you know you want the latest of a specific package, or you know you don't want the local version, it would be nice to be able to do something like npx --no-global foo to force npx to use its cached (or freshly downloaded) version of a package.