Feature Description
Both tools (command-code and taste) only respects npm, none of them work with pnpm. I always install packages or run packages with pnpm or pnpx, in this case, for command-code, it tries to install a newer version in the background with npm, which causes duplicate packages installed globally, and could potentially take place the installed binary with path sequence.
Also for the taste cli too, use pnpx taste push works, but it also only checks if npm has command-code installed.
Please fix this.
Use Case
No response
Additional Context
No response
How important is this to you?
Important for my workflow
Feature Description
Both tools (command-code and taste) only respects
npm, none of them work withpnpm. I always install packages or run packages withpnpmorpnpx, in this case, for command-code, it tries to install a newer version in the background withnpm, which causes duplicate packages installed globally, and could potentially take place the installed binary with path sequence.Also for the
tastecli too, usepnpx taste pushworks, but it also only checks ifnpmhascommand-codeinstalled.Please fix this.
Use Case
No response
Additional Context
No response
How important is this to you?
Important for my workflow