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
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
I've been publishing packages with these bogus timestamps since upgrading to 5.7.1. Based on grabbing some random recent tarballs from npm homepage it looks like other people are publishing packages with the same timestamp issue.
I'm opening this issue because:
What's going wrong?
npm packwith 5.7.1 on node 8.9.4 is setting bogus epoch file timestamps.How can the CLI team reproduce the problem?
npm packtar ztvf xxx-x.y.z.tgzTimestamps for all files are like
new Date(0)with display adjusted for my timezone.supporting information:
npm -vprints: 5.7.1node -vprints: v8.9.4npm config get registryprints: https://registry.npmjs.org/