In express JS During the course of dynamic routing I want to verify the parameters passed i.e req.params.PARAMETER_PASSED. So i tried to install express-validation module by "npm install express-validation". but it generates an error like "UNMET PEER DEPENDENCY joi@*" and I even wanna know what difference it makes if I use "npm install express-validation --save" what does --save mean.
Asked
Active
Viewed 276 times
0
-
Possible duplicate of [Why does npm install say I have unmet dependencies?](http://stackoverflow.com/questions/20764881/why-does-npm-install-say-i-have-unmet-dependencies) – isuruAb Mar 20 '17 at 06:46