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
Yeah! Even i had the same problem it took 6 hrs to find out the resolution i.e,You can change the version by writing the command in root folder (
npm install express-validator@5.3.1 --save-exact