【问题解决】本地pnpm版本与packageManager中pnpm版本不一致

问题:ERR_PNPM_BAD_PM_VERSION  This project is configured to use v8.6.10 of pnpm. Your current pnpm is v9.1.0

解决:If you want to bypass this version check, you can set the “package-manager-strict” configuration to “false” or set the “COREPACK_ENABLE_STRICT” environment variable to “0”
.npmrc中添加package-manager-strict=false

你可能感兴趣的:(前端)