Open
Description
I want to setup pnpm globally together with other PMs enabled, but I got:
Error: Multiple versions of pnpm specified:
- version latest in the GitHub Action config with the key "version"
- version [email protected] in the package.json with the key "packageManager"
Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION
at readTarget (/Users/runner/work/_actions/pnpm/action-setup/a7487c7e89a18df4991f7f222e4898a00d66ddda/dist/index.js:1:4742)
at runSelfInstaller (/Users/runner/work/_actions/pnpm/action-setup/a7487c7e89a18df4991f7f222e4898a00d66ddda/dist/index.js:1:3930)
at async install (/Users/runner/work/_actions/pnpm/action-setup/a7487c7e89a18df4991f7f222e4898a00d66ddda/dist/index.js:1:3154)
at async main (/Users/runner/work/_actions/pnpm/action-setup/a7487c7e89a18df4991f7f222e4898a00d66ddda/dist/index.js:1:445)
Error: Error: Multiple versions of pnpm specified:
- version latest in the GitHub Action config with the key "version"
- version [email protected] in the package.json with the key "packageManager"
Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION
Metadata
Metadata
Assignees
Labels
No labels