Opened this issue 7 years ago · 0 comments
After followed the installation guide I ran node server.js and node throws app = express.createServer() as a TypeError. With few documentation, it appears that express.createServer() is deprecated, you can see this
node server.js
app = express.createServer()
Hope this help, Regards.