pnpm link deprecated (#8886)

Appears that the given pnpm like no longer exists.
Suggesting a more generic one.
This commit is contained in:
meg 2024-07-24 08:35:25 -07:00 committed by GitHub
parent 67c08bfb9e
commit df770608fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ function npm_required() {
# None
#######################################
function pnpm_required() {
program_required "pnpm" "https://pnpm.io/7.x/installation"
program_required "pnpm" "https://pnpm.io/installation"
}
#######################################