Meteor is wanting to update to 2.13.3

I’m using an older version of Meteor for my project. When I try running it, I get this message, “This project uses Meteor 1.11.1, which isn’t available on this platform. To work with this app on all supported platforms, use meteor update --release METEOR@2.13.3 to pin this app to the newest compatible release.” I tried using that command line and it gave me another error.

=> Errors while initializing project:

While selecting package versions:
error: Conflict: Constraint accounts-base@1.0.1 is not satisfied by accounts-base 2.2.8.
Constraints on package “accounts-base”:

  • accounts-base@~2.2.8 ← top level
  • accounts-base@2.2.7 ← accounts-password 2.3.4
  • accounts-base@1.9.0 || 2.0.0 ← alanning:roles 1.3.0
  • accounts-base@2.1.0 ← simple:rest 1.2.0
  • accounts-base@1.0.1 ← cultofcoders:persistent-session 0.4.5
  • accounts-base@2.2.5 ← service-configuration 1.3.1

You can try to remove cultofcoders:persistent-session package and do upgrade again.

I was able to get further, but then ran into another issue. Now I’m getting this error, “TypeError: connect.urlencoded is not a function”.

This PR needs to be merged and published for that package to work:

We have a fork that does that change but it’s still giving us that issue.