Zoltan Kochan

Results 827 comments of Zoltan Kochan

Soon means like 5 minutes https://github.com/pnpm/pnpm/actions/runs/2992217063

Have you removed node_modules and `pnpm-lock.yaml` and create a new lockfile?

> yep, got this and had to delete pnpm entire store, my lock files (committed the deletion into vcs, I did this initially without these other measures and it didn't...

But you literally selected only `web` and its dependencies. If you want to also install in the root, you should select it. This should work: ``` pnpm install --filter web......

I understand the intention of this but I don't understand how the `link-workspace-packages = deep` setting is related to it?

@umireon should we give different uninstall instructions, when pnpm was installed with the bash script?

@finnsnape you may remove the pnpm home directory to remove pnpm. You can find the pnpm home directory by reading the PNPM_HOME env variable.

Looks like it is some issue with Jest, when hoisting is used. Add this `.npmrc` to the root of your workspace: ``` hoist=false ``` Run `pnpm install` and it works...

@ConcernedHobbit does this help with the types issue https://github.com/pnpm/pnpm/issues/5176#issuecomment-1211238359?