Zoltan Kochan
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:  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
Feel free to add such a section to the docs.
> 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?...