We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c5a43 commit 80a65d4Copy full SHA for 80a65d4
src/install-pnpm/run.ts
@@ -58,7 +58,7 @@ async function readTarget(opts: {
58
59
if (version) {
60
if (
61
- typeof packageManager === 'string' && packageManager.includes("pnpm@") &&
+ typeof packageManager === 'string' && packageManager.includes('pnpm@') &&
62
packageManager.replace('pnpm@', '') !== version
63
) {
64
throw new Error(`Multiple versions of pnpm specified:
0 commit comments