Zoltan Kochan
Zoltan Kochan
overrides cannot remove dependencies. I think in this scenario it would be OK to ignore the missing pnpmfile.
We could add a way to remove other types of dependencies using settings. It was already requested once.
I think that should be fine
We should still fix it. Can you create a branch that still reproduces the issue?
`pnpm version` just bumps the version in `package.json`, right? That shouldn't be hard to implement.
ok, I understand that fetching this via HTTP is problematic but could it be loaded from the filesystem? In that case users could download it themselves and commit to the...
It works correctly. This is how `--silent` works in npm CLI as well.
This is solved by the `packageManager` field and the [manage-package-manager-versions](https://pnpm.io/npmrc#manage-package-manager-versions) setting, which will be true by default in a future version. > Third parties avoiding pnpm upgrades is often caused...
Install it to a different location and load it from the different location in the tests.
Why do you use such steps to install pnpm at all?