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.
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.