Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package manager equivalent of pnpm exec, yarn exec, etc. #26918

Closed
benmccann opened this issue Nov 18, 2024 · 1 comment · Fixed by #26943
Closed

Package manager equivalent of pnpm exec, yarn exec, etc. #26918

benmccann opened this issue Nov 18, 2024 · 1 comment · Fixed by #26943
Labels
suggestion suggestions for new features (yet to be agreed)

Comments

@benmccann
Copy link

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

@bartlomieju
Copy link
Member

I'm thinking that we could do deno task --eval "command" so we don't have to resort to adding a new subcommand.

@bartlomieju bartlomieju added the suggestion suggestions for new features (yet to be agreed) label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion suggestions for new features (yet to be agreed)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants