Open isiegl opened 1 year ago
In my case I could experience this issue with any of npm 9.x
versions, actually tried all of them below 9.1.1.
For anyone that is struggling with this issue please follow Qusic workaround 1b7c1f8 🥇
i believe https://github.com/npm/pacote/pull/261 should fix this. will follow up after that lands and ships
The above-mentioned PR has been merged and included in the 9.5.1
release of NPM.
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
When enabling the userns-remap Docker feature and installing any NPM version above 9.1.1, the image TAR extraction process fails.
ERROR - failed to register layer: Error processing tar file(exit status 1): Container ID 369884941 cannot be mapped to a host IDErr: 0, Message: failed to register layer: Error processing tar file(exit status 1): Container ID 369884941 cannot be mapped to a host ID
Expected Behavior
The Docker image builds, the docker container starts successfully and the app is shown in the browser.
Steps To Reproduce
Environment