Zoltan Kochan

Results 848 comments of Zoltan Kochan

@vickvasquez the pnpm home directory is not the store. It is confusing to name it the store. The pnpm store is located at these locations: https://pnpm.io/npmrc#store-dir Also, this issue might...

could you just use `pnpm dlx` instead? If you need to install a package globally just run it once, it is better to run `pnpm dlx`.

Yeah, `pnpm dlx` is currently reinstalling the package every time. We should make it so that repeat execution reuses the installation from the previous run (in some timeframe).

This is one possible fix. The second option is to disable the integrity check.

I don't know. Does yarn or npm work with the syntax from your issue?

You should not edit the temporary files created by dlx. I am not against additional docs but I also don't want the users to think it is OK to go...

> Hmm... why do you think that? As I mentioned above, I think it's a pretty common workflow for people to edit the node_modules-type location where code from others is...

Why is a lib needed? Maintaining a library along with the CLI creates more work for us.

I don't think we can add another binary dependency to pnpm just for this feature.