Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Support for alternative package manager #156

Closed
lachrist opened this issue Dec 7, 2022 · 1 comment
Closed

Support for alternative package manager #156

lachrist opened this issue Dec 7, 2022 · 1 comment

Comments

@lachrist
Copy link
Contributor

lachrist commented Dec 7, 2022

At the moment, the agent is only tested against npm it might be worthwhile to support alternative package managers such as yarn and pnpm.

    ["npx", name],
    ["npx.cmd", name],
    ["npm", "exec", name],
    ["npm.cmd", "exec", name],

You might also consider supporting yarn [{exec,dlx}] and whatever the equivalent for pnpm is.
@dividedmind

@lachrist
Copy link
Contributor Author

Duplicate of #168

@lachrist lachrist marked this as a duplicate of #168 Dec 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant