getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
28 stars 8 forks source link

Support for alternative package manager #156

Closed lachrist closed 1 year ago

lachrist commented 1 year ago

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 commented 1 year ago

Duplicate of https://github.com/getappmap/appmap-agent-js/issues/168