tj / commander.js

node.js command-line interfaces made easy
MIT License
26.64k stars 1.69k forks source link

Installs with date 1st Jan 1970 and breaks ZIP #777

Closed FerencH closed 6 years ago

FerencH commented 6 years ago

All of the files installs with this very early date and this prevents uploading to AWS with the message: ZIP does not support timestamps before 1980

AdrieanKhisbe commented 6 years ago

We have the same issue, using commander as a dependency of knex.js

As pointed out by @charsleysa, it's probably because the new version has been published when npm was "broken".

Maybe a patch publish with an older version of npm (fix has not be released yet) might solve the problem.

abetomo commented 6 years ago

Thanks for the report. v2.15.1 released at npm@5.6.0.

AdrieanKhisbe commented 6 years ago

@abetomo, awesome! Thanks a lot!

abetomo commented 6 years ago

I think that I solved it, so I will close it.