Giter Site home page Giter Site logo

Comments (4)

dougwilson avatar dougwilson commented on April 24, 2024

I'm not sure what you mean. Perhaps your npm cache has been corrupted?

Try running "npm cache clean && npm install cookie-session@2"

from cookie-session.

dougwilson avatar dougwilson commented on April 24, 2024

Unfortunately I cannot reproduce the issue you are seeing. I even looked at the literal bytes that are in the npm registry and in GitHub and they have the same MD5 hash:

$ npm info [email protected] time.modified
2015-10-12T06:14:37.990Z

$ npm info [email protected] dist.tarball
http://registry.npmjs.org/cookie-session/-/cookie-session-2.0.0-alpha.1.tgz

$ curl -s $(npm info [email protected] dist.tarball) | tar -Ozx package/index.js  | md5sum
862484ec959fb35feb9fc38fd5515f96 *-

$ curl -s https://raw.githubusercontent.com/expressjs/cookie-session/2.0.0-alpha.1/index.js | md5sum
862484ec959fb35feb9fc38fd5515f96 *-

$ curl -s https://raw.githubusercontent.com/expressjs/cookie-session/1.2.0/index.js | md5sum
5db6eeacf38dd2b93f2ae825384b1dba *-

If cleaning your cache does not work, you may need to open a support issue (https://github.com/npm/npm/issues) with NPM itself to determine what is going on with your local npm installs.

from cookie-session.

alvarotrigo avatar alvarotrigo commented on April 24, 2024

I've just cleaned the cache npm cache clean and it seems the problem was solved.
Thanks for the support in any case!

from cookie-session.

dougwilson avatar dougwilson commented on April 24, 2024

It's no problem, I'm glad I was able to help with this one :) I'm not sure why, but npm seems to get a corrupted cache too often.

from cookie-session.

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.