Open renhiyama opened 2 years ago
This also is reproducing in Docker builds. See https://github.com/nodejs/docker-node/issues/1794 for details.
@wraithgar @lukekarrys would you be so kind to give this issue a little bit of time? It blocks migration of Node-based Docker images to Node 19 for a month, as for now.
Any news on this?
i'm not seeing how this is linked to being run on arm64
at all. the error at the end of the log message is telling us that our caching module failed to move data from its temporary location to its permanent one. it doesn't tell us anything about any packages actually failing to install.
notably, you're on a somewhat outdated version of npm. you can try npm i -g npm@latest
to update and see if it works better there. i'm not able to reproduce this one on the latest npm. give it a try and let us know what happens.
@nlf unfortunately, still hangs on arm32v6
and arm32v7
platforms: https://github.com/instrumentisto/haraka-docker-image/actions/runs/4204303155/jobs/7294789431
The latest version on npm
is tried: https://github.com/instrumentisto/haraka-docker-image/commit/d943c9586c6d24c90a6f2edc2d08a0da7deda538#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557
With Node.js 20 being released some months ago, this remains still a major issue for Node.js-based multi-arch Docker ecosystem, blocking the images to migrate onto new versions of Node.js:
Could someone take a closer look at this so far?
It seems the issue is still there, even though active LTS has started. My build still hangs for arm/v7
https://github.com/harryzcy/mailbox-browser/actions/runs/6699439416/job/18206683068
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Ran
npm i -g nodemon
Error:Expected Behavior
Should Install normally?
Steps To Reproduce
npm i -g nodemon
Environment
foreground-scripts = true
; node bin location = /home/ren/n/bin/node ; node version = v19.0.0 ; npm local prefix = /home/ren/coding/rovelstars.com ; npm version = 8.19.2 ; cwd = /home/ren/coding/rovelstars.com ; HOME = /home/ren ; Run
npm config ls -l
to show all defaults.