Zoltan Kochan
Zoltan Kochan
This should work in v7
> I wonder why pnpm don't use inject for all dependencies. Does it have performance drawback? The main reason is that when you use inject and you rebuild the injected...
Is the hook executed at all? Be aware that the `.pnpmfile.cjs` is only used when it is in the root of the workspace. So in the same directory where `pnpm-workspace.yaml`....
I can't reproduce it with the provided `package.json` and lockfile.
You can use pnpm instead of node.js version managers: https://pnpm.io/cli/env I am not sure what installation method was used to install pnpm in this case. But if you want to...
This works as expected. If you use [the standalone script](https://pnpm.io/installation#using-a-standalone-script) to install pnpm, then it will add PNPM_HOME dir to your PATH. Otherwise, you may run `pnpm setup`, as noted...
> I suddenly have issues with ts-node(npm works fine): This is not related to this issue. This is about missing or incorrect peer dependencies. You need to install `@types/node` and...
@caveman-dick why do you need global packages? > @zkochan you mentioned above that the automatic detection of the global store needed to be removed, what problems was it causing before?...
> I honestly can't understand the logic behind this implementation of the global bin dir. By default, the global bin directory is set to a subdirectory of the current user....
> fwiw running `pnpm setup` didn't get rid of this error for me. To fix, I created a directory `/Users/joeldenning/pnpm` then added the following to my zshrc: Looks like `pnpm...