guncebektas / meteor-friendly-slugs

Meteor package to generate URL friendly slugs from a field with auto-incrementation to ensure unique URLs.
65 stars 15 forks source link

Failing on Meteor 2.3+ #35

Closed iancwinter closed 1 year ago

iancwinter commented 3 years ago

I’m getting this response when trying to add the package to Meteor 2.3.1:

meteor add todda00:friendly-slugs
 => Errors while adding packages:             

While selecting package versions:
error: Conflict: Constraint accounts-base@1.2.0 is not satisfied by accounts-base 2.0.0.
Constraints on package "accounts-base":
* accounts-base@~2.0.0 <- top level
* accounts-base@2.0.0 <- accounts-ui 1.4.0
* accounts-base@2.0.0 <- service-configuration 1.1.0 <- accounts-base 2.0.0 <- accounts-password 2.0.0
* accounts-base@2.0.0 <- accounts-ui-unstyled 1.5.0 <- accounts-ui 1.4.0
* accounts-base@2.0.0 <- accounts-password 2.0.0
* accounts-base@1.2.0 <- matb33:collection-hooks 0.7.15 <- todda00:friendly-slugs 0.6.0

Taking a guess – this may be because https://atmospherejs.com/matb33/collection-hooks was updated in June?

w4pnemsak commented 3 years ago

Same here, any chance this is handled in near future?

tosinek commented 2 years ago

If you don't know how to fix this yourself:

guncebektas commented 1 year ago

the package became compatible with 2.8.1. closing