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
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
Hope this help,
Regards.
The text was updated successfully, but these errors were encountered:
After followed the installation guide I ran
node server.js
and node throwsapp = express.createServer()
as a TypeError.With few documentation, it appears that express.createServer() is deprecated, you can see this
Hope this help,
Regards.
The text was updated successfully, but these errors were encountered: