Learn here about how to fix the Express Validator Error: expressValidator is not a function.
Resolve TypeError: expressValidator is not a function issue by reinstall the express validator NPM package and run the server again.
npm uninstall express-validator
npm install express-validator@5.3.0
Total Views: 3,378