Ran into a couple issues with pnpm v 11 that I wanted to flag. For now I've updated our setup docs to use pnpm 10 for folks onboarding or getting new laptops
two main issues:
git repo creation
It would locally init a repo but wouldn't prompt with the options about where (if at all) to make the remote repo
built dependencies
Terminal shows this error below and prompts later to run pnpm approve-builds
Error:
The "pnpm" field in package.json is no longer read by pnpm. The following keys were ignored: "pnpm.onlyBuiltDependencies"
Ran into a couple issues with pnpm v 11 that I wanted to flag. For now I've updated our setup docs to use pnpm 10 for folks onboarding or getting new laptops
two main issues:
git repo creation
It would locally init a repo but wouldn't prompt with the options about where (if at all) to make the remote repo
built dependencies
Terminal shows this error below and prompts later to run
pnpm approve-buildsError:
The "pnpm" field in package.json is no longer read by pnpm. The following keys were ignored: "pnpm.onlyBuiltDependencies"