Menu Close

Express Validator Error: expressValidator is not a function

Codeamend
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 
Posted in ExpressJS, NodeJs

You can also read...