Adrien Foulon
Adrien Foulon
I have the same issue and I already explained it in https://github.com/npm/cli/issues/4028#issuecomment-2388390371 Since I can reproduce it 100% of the time after npm 10.4.0, I could help providing a repro...
Could this have been caused by this change https://github.com/npm/cli/commit/6ca609e20b68fb2e5ef8177db116b84a339461fd or is ping not used during npm install? I tried npm v10.8.3 but I still get a freeze, so the freeze...
Any idea on what I can use to debug this further? I tried the V8 profiler in a setTimeout but apparently it's not just waiting, it's actually completely frozen and...
Yes and I found the issue and opened a PR with a fix https://github.com/npm/cli/issues/4028#issuecomment-2441942581 https://github.com/npm/npm-install-checks/pull/120/files
As I've already explained this issue has been located already and a PR is open in both node to fix the root of the issue and npm to implement a...
I have a very similar issue, I'm trying to instantiate 2 ipx instances but only one is ever setup With a bit of debug, that's because the providerSetup is made...
If anyone wants to make a PR for this, feel free, just fixing this particular issue wouldn't take a huge change, as it's only necessary to change [the condition](https://github.com/nuxt/image/blob/e7e670d8c93eb123e8418de9e7ad62c6270c98e9/src/module.ts#L137) for...
Just FYI the node versioning system is weird and for all intent and purposes node 22 should not be considered a downgrade over 23 because 22 is the LTS and...
I see, I thought you meant only downgrade from node v23 In this case having a look into the commit history of node to find the culprit might be a...
I also see an increase of 200Mb of memory use on every nuxt reload in node 22.12.0 in linux but not in 22.11.0 So node issue and not specific to...