Zoltan Kochan

Results 827 comments of Zoltan Kochan

pnpm needs to support the first LTS version of v18, which is 18.12. That setting prevents us from installing dependencies that don't support 18.12. Theoretically we could change that setting...

It isn't enough to change that. You should also change the CI to run the tests on 18.12. Last time I checked, it failed.

Try to remove the store. To get the store location, run `pnpm store path`.

This hopefully should be solved by https://github.com/pnpm/pnpm/pull/8201 Although I cannot reproduce the issue with `@types/superagent` at the moment.

We cannot fix it without steps to reproduce.

I couldn't reproduce the issue. Maybe there is some esbuild cache?

We should fix it for sure but I can't reproduce the issue. This is probably the same issue as this one: https://github.com/pnpm/pnpm/issues/5056 Looks like using an object hash instead of...