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
Ah! It looks like this only happens when the file is created with noMtime, but not unpacked with noMtime. So the issue is that new versions of npm are creating packages that old versions of npm unpack badly.
Not actually a tar issue, I guess. This is working as intended.
npm/osenv#16
Apparently there are architectures that don't like files with modified dates of the Unix epoch.
Always put SOME value in there, perhaps?
cc: @zkat @iarna
The text was updated successfully, but these errors were encountered: