You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running pnpm install repeatedly results in pnpm reporting the adding or removing packages every time even though no changes to dependencies have been made.
I have never seen this behaviour before in a pnpm project. This might be expected behaviour however it feels like a bug?
Link to reproduction
[this repository]
To reproduce
Following install instructions in this repository:
Provide environment information
Describe the bug
Running pnpm install repeatedly results in pnpm reporting the adding or removing packages every time even though no changes to dependencies have been made.
I have never seen this behaviour before in a pnpm project. This might be expected behaviour however it feels like a bug?
Link to reproduction
[this repository]
To reproduce
Following install instructions in this repository:
npx create-turbo@latest -e https://github.com/t3-oss/create-t3-turbo
pnpm install
(even though pnpm install was run during setup)pnpm install
againHow ever many times you run
pnpm install
you get minus or plus some number of packages.Additionally:
Running
pnpm dedupe
gets +19 packagesThen running
pnpm install
again gets you +15 -122 packagesAdditional information
No response
The text was updated successfully, but these errors were encountered: