kahmali / meteor-restivus

REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus
MIT License
544 stars 116 forks source link

Meteor 2.3 not supported #311

Open hassansardarbangash opened 3 years ago

hassansardarbangash commented 3 years ago

I just upgraded Meteor from v1.8 to v2.3 and now I am getting these errors:

Errors prevented startup:                  

   While selecting package versions:
   error: Conflict: Constraint accounts-password@1.3.3 is not satisfied by accounts-password 2.0.1.
   Constraints on package "accounts-password":
   * accounts-password@2.0.0 <- top level
   * accounts-password@~2.0.0 <- top level
   * accounts-password@1.3.3 <- nimble:restivus 0.8.12

Is there any fix for this?

kolyasya commented 3 years ago

@hassansardarbangash try to use some available forks of this package, they have a needed change. Or create a local copy and change required versions in it.

yasaricli commented 1 year ago

hi @hassansardarbangash

i had a problem like this too, it worked as follows:

meteor remove accounts-password
meteor add accounts-password

In short, after the meteor update, you have to delete the accounts-password package and add it again.