Coder Social home page Coder Social logo

npm pack, wrong pack time, always 1985. about cli HOT 3 CLOSED

npm avatar npm commented on May 12, 2024
npm pack, wrong pack time, always 1985.

from cli.

Comments (3)

DanielRuf avatar DanielRuf commented on May 12, 2024 3

This is not a "bug" - this is a workaround for a zip issue which is resolved by using a hardcoded date in npm.

Imo this could have been solved much better but this was the way it was solved.

See

cli/lib/pack.js

Line 150 in 3e7ed30

mtime: new Date('1985-10-26T08:15:00.000Z'),
and 58d2aa5

Related PR: npm/npm#20027

from cli.

DanielRuf avatar DanielRuf commented on May 12, 2024 1

Git is not always installed when npm / node is installed so this is no option ;-)

from cli.

lindes avatar lindes commented on May 12, 2024

A suggestion for a possible "much better" solution: use the output of git show -s --format=%aI HEAD (or similar) as the argument for new Date().

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.