node.jsnpmmeteormomentjsnode.js-connect

connect.multipart() will be removed in connect 3.0 on meteor startup


So, I keep getting this error on starting up Meteor.

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

It started happening after I added the moment package, I removed it but still got the error.

Thanks for the help.


Solution

  • What you are seeing is likely a warning & not an error. Its not likely from Meteor or Moment, but another package you might have.

    It should not stop your app from starting up/working.

    There are a lot of packages that use connect, such as iron-router. Its best to just wait for the package maintainer to update the code so the warning is removed.