I\'m trying to install and use express-validator package. I\'ve installed the package version (6.0.0) and then in my server.js file the code is:
const bodyPa
Go to package.json change "express-validator": "^6.6.0" to "express-validator": "^5.3.0", manually then run npm i