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 'app' of undefined
at exports.enable (/private/tmp/node_modules/cluster2/lib/ecv.js:37:30)
at Function._.each._.forEach (/private/tmp/node_modules/cluster2/node_modules/underscore/underscore.js:81:22)
at Object.exports.enable (/private/tmp/node_modules/cluster2/lib/ecv.js:36:7)
at Server.Cluster.listen.createApp.call.ports (/private/tmp/node_modules/cluster2/lib/index.js:107:25)
at Server.g (events.js:192:14)
at Server.EventEmitter.emit (events.js:93:17)
at Server._listen2 (net.js:923:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Versions
node v0.8.16
express v3.0.6
cluster2 v0.3.8
The text was updated successfully, but these errors were encountered:
The express example in the documentation throws an exception with the cluster option
cluster: false
Server code
Error
Versions
The text was updated successfully, but these errors were encountered: