Zoltan Kochan

Results 81 issues of Zoltan Kochan

When node prints a message, the output gets broken. For instance, when pnpm runs child processes, sometimes Node prints: ``` (node:21820) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners...

Hey, I'd like to use this package for [pnpm](https://github.com/pnpm/pnpm) but I have issues with it because it uses fs not graceful-fs. Would you accept a PR that changes fs usages...

- [x] dnf/yum - [x] https://github.com/pnpm/pnpm/pull/3622 - [x] apt - [x] https://github.com/pnpm/pnpm/pull/3634 - [x] brew - [x] chocolatey - [x] scoop - [ ] pacman Related: https://github.com/pnpm/pnpm/issues/3624 For inspiration: *...

type: feature

Instead of pnpm doing the resolution, we could make the registry do the resolution. pnpm would do a single request to a registry endpoint that would return a lockfile and...

type: feature
area: performance

> `pnpm deploy` appears to use the files property of the package.json in the package that is being deployed. > > ```json > "files": [ > "dist" > ], >...

April 3 update: There are too many issues with Jest. I am postponing this. The v6 CLI will not need a breaking change when this will be merged (because it...

type: breaking change

Also having this issue after upgrading to v7. I have no idea how to reproduce it though... it works again by nuking the whole store and re-downloading everything. ```  ENOENT ...

type: bug

Some packages have the same dependency in both peer dependencies and prod dependencies. pnpm currently handles such dependencies as simply prod dependencies. However, Yarn calls such dependencies peer dependencies with...

type: feature
area: peers

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) **Describe the user story** As a developer, I want to be able to use a tool that requires an...

type: feature
area: env