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
express has been on v4 for a while now, and the way it deals with middleware is radically different (as in, backward compat. breakingly) from v3 and before. Most of the code used in your examples don't work with the current version of Express, as almost all the functions you're using (body parser, etc) are now their own modules instead of baked into express.
The text was updated successfully, but these errors were encountered:
express has been on v4 for a while now, and the way it deals with middleware is radically different (as in, backward compat. breakingly) from v3 and before. Most of the code used in your examples don't work with the current version of Express, as almost all the functions you're using (body parser, etc) are now their own modules instead of baked into express.
The text was updated successfully, but these errors were encountered: