bodyParser is deprecated express 4

It means that using the bodyParser() constructor has been deprecated, as of 2014-06-19. You now need to call the methods separately And so on. If you’re still getting a warning with urlencoded you need to use The extended config object key now needs to be explicitly passed, since it now has no default value. If you are using Express >= 4.16.0, body parser … Read more