You can install it like so: npm install express-validator --save And require the functions we'll need in routes/index.js: const { body, validationResult } ...
確定! 回上一頁