Skip to content

Commit

Permalink
chore(tooling): require pnpm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 5, 2022
1 parent 432a030 commit 2e5b4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/check-for-pnpm.js
Expand Up @@ -7,7 +7,7 @@ if (!/pnpm/.test(process.env.npm_execpath || '')) {
`\n鈿狅笍 \u001b[33mThis repository requires using PNPM as the package manager ` +
` for scripts to work properly.\u001b[39m` +
'\n\n1. Install Volta to automatically manage it by running: \x1b[1mcurl https://get.volta.sh | bash\x1b[0m',
'\n2. Install PNPM by running: \x1b[1mvolta install pnpm@6\x1b[0m',
'\n2. Install PNPM by running: \x1b[1mvolta install pnpm@7\x1b[0m',
"\n3. Done! Run `pnpm` commands as usual and it'll just work :)",
'\n\nSee \x1b[1mhttps://volta.sh\x1b[0m for more information.',
'\n',
Expand Down

0 comments on commit 2e5b4c6

Please sign in to comment.