Zoltan Kochan

Results 829 comments of Zoltan Kochan

There's a problem with what you suggest. Let's say there is `[email protected]` that has `foo-dep@^1.0.0` in the dependencies. `[email protected]` and `[email protected]` are in the lockfile. Now someone installs `[email protected]` and...

I was not against implementing this.

I don't recommend using that. It is a lot slower and more buggy. I don't consider it the appropriate solution.

> I strongly disagree with that statement. How can you disagree with the objective statement that `pnpm install` is a lot slower with that option on. And pnpm has more...

Why do you think that it uses the windows artifact? I see the linux artifact on linux: ![image](https://user-images.githubusercontent.com/1927579/180243738-6ff42ab4-2495-40da-883a-2f5bcd1a65ad.png) but I still get the same error.

Looks like it works after running `pnpm rebuild` in the deployed folder.

This issue lacks steps to reproduce.

I am not sure how useful this would be. See my comment: https://github.com/pnpm/pnpm/pull/5046#issuecomment-1189689172

> How to generate pnpm-lock.yaml from yarn.lock? That is currently not possible but here's a PR that tries to add that feature: https://github.com/pnpm/pnpm/pull/2836 > How to install from offline-mirror first?...