madmin
madmin copied to clipboard
Error starting up - exit with following message
$ node index.js --port 8124 --json ./public/resource/api.json
connect.multipart() will be removed in connect 3.0 visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives connect.limit() will be removed in connect 3.0
This is a warning message dispatched from the Connect middleware library and not technically an error or exception.
The reason for this console notification is due to the Express library. The only way this message will go away is once Express updates to use Connect 3.0. Timeline for that is unknown.