Khải
Khải
So [the bug](https://github.com/pnpm/pnpm/issues/8171#issuecomment-2153195719) only appears if there was a lockfile from previous install (without `pnpm.overrides`). Removing the lockfile and run `pnpm install` again and it will work properly.
Actually, both the lockfile and the `node_modules` directory have to be removed to workaround this bug. Removing only the lockfile but not `node_modules` then run `pnpm install` would create a...
keep it open
keep it open.