You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which looks like a regression of that old PR you linked: npm/npm#15901
That PR replaced all renames with moves ("install: Use EXDEV aware move instead of rename")
What / Why
Attempting to install npm packages in Docker results in an error like:
How
My Dockerfile looks like:
Strangely, if I run the npm install command twice, the second call works.
The text was updated successfully, but these errors were encountered: