meteor-persistent-session icon indicating copy to clipboard operation
meteor-persistent-session copied to clipboard

Not compatible with Meteor v2.3.1?

Open cormip opened this issue 4 years ago • 2 comments

Result of meteor update:

`=> Errors while initializing project:

While selecting package versions: error: Conflict: Constraint [email protected] is not satisfied by accounts-base 2.0.0. Constraints on package "accounts-base":

cormip avatar Jul 13 '21 18:07 cormip

Getting this one too. For now I'm going to clone this repo to my /packages directory, increase version, and comment out the api.versionsFrom('0.9.1') line in package.js. Hoping that works...

jasongrishkoff avatar Jul 17 '21 07:07 jasongrishkoff

https://atmospherejs.com/hormiga/persistent-session works with Meteor 2.8

Hormiga-Meteor avatar Nov 05 '22 14:11 Hormiga-Meteor