Closed lachrist closed 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.
npm
yarn
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
Duplicate of https://github.com/getappmap/appmap-agent-js/issues/168
At the moment, the agent is only tested against
npm
it might be worthwhile to support alternative package managers such asyarn
andpnpm
.