Reece Dunham

Results 196 comments of Reece Dunham

For the Node core code, should there be a plan in place for when and how to update it?

Can you share a reproduction?

I believe you need to sign in to use the GitHub package registry. Try ensuring you are authenticated properly.

I attempted to reproduce the issue, but didn't have any luck. Are you able to provide a repository that allows for a minimal reproduction of the behavior?

Interesting discovery... after running `yarn config set pnpEnableEsmLoader false`, it starts working. I wonder if this is some type of dynamic import type issue, or the issue Node.js had for...

I don't think this is necessary, as the suggested way to use Yarn now is [Corepack](https://github.com/nodejs/corepack), which is bundled with Node.js. All you have to do is run `corepack enable`...

If it's already been added, I wouldn't remove it, but it's probably not worth it to add new versions. It just complicates the already confusing setup of having a global...

I tried to reproduce (Docker container, `node:latest` tag, Yarn 3.2.3), and it seems to have worked just fine for me, it generated the following patch (had to zip it because...