You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I get an error on startup:
Looks like express 3.3.2 removed version export. From the changelog:
The text was updated successfully, but these errors were encountered: