Skip to content
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

Update Express / Most middleware (like favicon) is no longer bundled with Express #22

Open
tnguyen42 opened this issue Oct 4, 2015 · 1 comment

Comments

@tnguyen42
Copy link

Hi,

I know that's an all project but you're still featured by Neo4J, so here I am 😄

When typing npm start after installing every packages and neo4j, this error occurs:

Most middleware (like favicon) is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.
    at Function.Object.defineProperty.get (/Users/tnguyen/tutorials/Neo4JTemplate/node_modules/express/lib/express.js:99:13)
    at Object.<anonymous> (/Users/tnguyen/tutorials/Neo4JTemplate/app.js:17:16)
    at Module._compile (module.js:434:26)
    at Module._extensions..js (module.js:452:10)
    at Object.nodeDevHook [as .js] (/Users/tnguyen/tutorials/Neo4JTemplate/node_modules/node-dev/lib/hook.js:43:7)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/tnguyen/tutorials/Neo4JTemplate/node_modules/node-dev/lib/wrap.js:58:1)

I guess a little update is just required.

@aseemk
Copy link
Owner

aseemk commented Oct 5, 2015

Thanks for the heads-up!

Sounds like we need to update this app to a newer Express.

I'll see when I can get time to get to this, but I've labeled this pull-requests-welcome in the meantime. =)

@aseemk aseemk changed the title Most middleware (like favicon) is no longer bundled with Express Update Express / Most middleware (like favicon) is no longer bundled with Express Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants