Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamps on files in lodash-es in 1969 #3714

Closed
thomaswelton opened this issue Mar 26, 2018 · 4 comments
Closed

Timestamps on files in lodash-es in 1969 #3714

thomaswelton opened this issue Mar 26, 2018 · 4 comments
Labels

Comments

@thomaswelton
Copy link

Originally posted here as it was a suspected issue in yarn
yarnpkg/yarn#5577

The timestamps of the files in the lodash-es archive in the nam registry are set to 1969
https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.7.tgz

This causes issues when trying to create a zip of the node_modules with the error ZIP does not support timestamps before 1980

@jdalton
Copy link
Member

jdalton commented Mar 26, 2018

This sounds familiar to what acorn was seeing acornjs/acorn#680 related to npm/npm#19968 and patched npm/npm@58d2aa5. It looks like the solution is to republish.

@jdalton
Copy link
Member

jdalton commented Mar 27, 2018

I republished as lodash-es@4.17.8 with npm@5.8.0 which should resolve the issue.

@thomaswelton
Copy link
Author

Thank you, I can confirm this is resolved in the latest version.

@lock
Copy link

lock bot commented Mar 27, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants