Coder Social home page Coder Social logo

Comments (7)

WaldoJeffers avatar WaldoJeffers commented on July 30, 2024

Same here.

from serve-favicon.

max-degterev avatar max-degterev commented on July 30, 2024

same. yaaaay broken release

from serve-favicon.

VirtueMe avatar VirtueMe commented on July 30, 2024

Yes, happened me as well today.

It looks like the "ms" was added to devDependencies. But as it lives in the index file, it should be a added as a normal dependency.

from serve-favicon.

dougwilson avatar dougwilson commented on July 30, 2024

Sorry everyone! This is one of those cases where the default Travis CI configuration does not help me notice it earlier :( The updated dependencies has been published as 2.1.1.

from serve-favicon.

WaldoJeffers avatar WaldoJeffers commented on July 30, 2024

Thanks for the quick fix @dougwilson !

from serve-favicon.

BasiliskEngine avatar BasiliskEngine commented on July 30, 2024

Yep, latest version of Express has several lost dependencies. Please fix.

from serve-favicon.

dougwilson avatar dougwilson commented on July 30, 2024

Hi @BasiliskEngine , this issue is from 2014 and unless you're time traveling, unlikely relates to whatever your are experiencing :) If you have not done so already, please run the following commands to fix any potentional corrupted in your npm cache:

$ rm -rf node_modules
$ npm cache clean
$ npm install

If that still does not work, please ensure your npm registry is not set to a mirror, but to the official registry:

$ npm config set registry https://registry.npmjs.org/ --global
$ npm install

And if that fails as well, please open a new issue with a full, complete description of what the error your are experiencing, complete with error logs, etc. :)

from serve-favicon.

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.