Package manager equivalent of pnpm exec
, yarn exec
, etc.
#26918
Labels
suggestion
suggestions for new features (yet to be agreed)
pnpm exec
, yarn exec
, etc.
#26918
The command provides a way to execute a locally installed package: https://pnpm.io/cli/exec
The Svelte CLI uses the
package-manager-detector
library to run such a command for any package manager, but the Deno version does not work/exist, which is preventing us from adding Deno support (sveltejs/cli#313 (review))The text was updated successfully, but these errors were encountered: