Antoine du Hamel
Antoine du Hamel
Ping @nodejs/build
I've added @phillipj as `Admin` on nodejs/.github. Let me know when you no longer need it.
Could we add to the list: - Adding support for [`"packageManager"`](https://nodejs.org/api/packages.html#packagemanager) field in the `package.json`? - Adding support for interacting with Yarn using Corepack (`corepack yarn` handles the download of...
I quite like the flag idea as it gives to users the more power over how Node.js internals behave. What about a `--expose-primordials` flag? I think it would be easier...
FWIW `queueMicrotask` is not available in primordials (it's not an API provided by V8, Node.js does its own implementation). I think we could definitely expose it, maybe as `import {...
In my experience, students who are asked to install Node.js will just do a `sudo apt install nodejs` in their terminal, and get away with the default node version provided...
The error message let's me think you are in fact using a very old version of npm, what happens if yourun in your terminal `npm --version`? And `corepack npm --version`?
Duplicate of https://github.com/nodejs/node/issues/38317 and https://github.com/npm/cli/issues/2850.
The idea was motivated by two things: - help collaborators tell if a PR requires CI to land (without to have to run ncu). - give the ability to collaborators...