Zoltan Kochan

Results 827 comments of Zoltan Kochan

@evelant it is probably a good idea but it should start with a protocol. "workspace" would mean a version published with the "workspace" dist-tag. I think it might be fine...

I don't have any objections.

Yes, I could reproduce it. This works though: ``` pnpm i --global vsce ``` It will install the latest `vsce`.

But it uses the plain js version of pnpm, not the one compiled to an executable Khải ***@***.***> ezt írta (időpont: 2021. aug. 1., V 12:51): > For Arch Linux,...

I want the executable version to be the default one starting from pnpm v7. If someone would love the plain js version, we may ship that separately.

I was trying to build the deb/rpm packages automatically with GitHub actions but no luck for now. First I tried to do it using these tools: [pkg-deb](https://www.npmjs.com/package/pkg-deb) and [pkg-rpm](https://www.npmjs.com/package/pkg-rpm) However,...

> silent installation of NodeJS is quite simple There is no need to install Node.js. pnpm is built into an executable together with Node.js. So just pnpm needs to be...

I think for now it will be easier to use a standalone shell script to install pnpm (I already worked on it [here](https://github.com/pnpm/get/blob/main/beta-install.sh)). And in the future we may add...

I can look into the PR later. If you have some specific questions, feel free to ask here or in the chatroom. Regarding shipping pnpm binaries as independent executables, the...