Can I use npx
together with a pnpm
install?
It doesn't seem to work and pnpx
fetches remote dependencies, it seems more like npm create
.
Is there a way to use npx
with pnpm
to execute local binaries or is there a different pnpm
equivalent?
pnpm jest
if you like typing less – Janayjanaya