Skip to content

Feat/pnpm yarn#41

Merged
vidya381 merged 7 commits intomainfrom
feat/pnpm-yarn
Mar 30, 2026
Merged

Feat/pnpm yarn#41
vidya381 merged 7 commits intomainfrom
feat/pnpm-yarn

Conversation

@vidya381
Copy link
Copy Markdown
Owner

Closes #32

Node projects using pnpm or yarn have pnpm-lock.yaml or yarn.lock instead of package-lock.json. The detector now reads the lockfile to identify the package manager, and the binary check + install fix suggestion both use the correct one (npm / pnpm / yarn). Defaults to npm when no lockfile is present.

@vidya381 vidya381 merged commit fdd9e59 into main Mar 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support pnpm and yarn for Node projects

1 participant