[QUESTION] Is pnpx deprecated? #6477
-
|
I've read that pnpm dlx replaces pnpx, but I always execute pnpx without issues. I just read that pnpx was deprecated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
As of now, Overall, |
Beta Was this translation helpful? Give feedback.
As of now,
pnpxis still present when you install pnpm through npm (and probably through some other installation methods). But it is not present if you install pnpm using the standalone script.Overall,
pnpm dlxis not a frequently used command, so I personally think it is not worth the effort to ship an additional binary. You can always create aliases if you want to type less.pnpxused to be more frequently used when it was also used for executing local binaries. However, now you should execute local binaries withpnpm <binary name>.