madmin icon indicating copy to clipboard operation
madmin copied to clipboard

Error starting up - exit with following message

Open thinkadoo opened this issue 10 years ago • 1 comments

$ 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

thinkadoo avatar Mar 10 '14 16:03 thinkadoo

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.

bustardcelly avatar Mar 10 '14 18:03 bustardcelly