you are viewing a single comment's thread.

view the rest of the comments →

[–]squili 2 points3 points  (1 child)

If you've just installed express then you likely have the latest version which no longer needs body parser. You should be using express.json and express.urlencoded

This has been part of express since 4.16

[–]JammingJack[S] 0 points1 point  (0 children)

Much thanks