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

Won't start up with Express 3.3.2+ #4

Open
joe1chen opened this issue Aug 13, 2013 · 2 comments
Open

Won't start up with Express 3.3.2+ #4

joe1chen opened this issue Aug 13, 2013 · 2 comments
Assignees
Labels

Comments

@joe1chen
Copy link

I get an error on startup:

TypeError: Cannot read property 'red' of undefined
    at Server.<anonymous> (/Users/jc/Dev/testapp/app.js:28:55)
    at Server.g (events.js:175:14)
    at Server.EventEmitter.emit (events.js:92:17)
    at net.js:1029:10
    at process._tickCallback (node.js:415:13)
    at Function.Module.runMain (module.js:499:11)
    at startup (node.js:119:16)
    at node.js:901:3

Looks like express 3.3.2 removed version export. From the changelog:

3.3.2 / 2013-07-03 
==================

 * update connect
 * update send
 * remove .version export
@KingScooty
Copy link
Owner

Ah! I'll have to take a look at it over the weekend!
(Feel free to add a pull request if you beat me to it.)

@ghost ghost assigned KingScooty Aug 15, 2013
@jethrolarson
Copy link

Long weekend...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants