-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Hubot startup shows an error with new versions of express
.
body-parser deprecated undefined extended: provide extended option at node_modules/hubot/src/robot.js:445:21
Line 445 in 8528475
app.use(express.urlencoded({ limit, parameterLimit: paramLimit })) |
According to expressjs/express#3650 (comment), the value should be set explicitly.
iambumblehead, seasoned-code, brehma100, MonicaG, pedrofernandezm and 3 more