-
Notifications
You must be signed in to change notification settings - Fork 903
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
5.5.1 release have weird timestamps #680
Comments
I can't reproduce this. NPM (5.7.1) seems to create files using the current date. The dates in my build dir are also not set to 0, so I'm not sure where this might be coming from. Have you verified that this is Acorn-related? |
I have an old [email protected] on my server. Yes only this exact version of acorn has this problem — tried the prev one 5.5.0 and it had okish timestamps. |
I couldn't get yarn to publish, for weird login-related reasons, but I downgraded to NPM 5.6.0 and republished, and acorn 5.5.3 seems to have non-zero timestamps. Software is bad, actually. |
Thanks for the fix, trying it. |
After installing
[email protected]
I get files with weird timestamps (only manifests itself on Linux, fine on macOS). This breaks some other tooling which doesn't expect timestamp to be such old.The text was updated successfully, but these errors were encountered: