Current commit does not work
Opened this issue · 1 comments
seenickcode commented
- Downloaded the main branch: https://github.com/btford/angular-express-blog.git
- npm install
- node app.js
- clicking 'new post' does not do anything. no js errors either.
(5) (https://github.com/btford/angular-express-blog.git doesn't work either)
sholtomaud commented
It doesn't work out of the box for me either ...
TypeError: Object function app(req, res){ app.handle(req, res); } has no method
'address'
at Server. (C:\Users\ ... \angular-express-blog\app.js:55:69)
at Server.g (events.js:175:14)
at Server.EventEmitter.emit (events.js:92:17)
at net.js:1052: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