Could you publish the packages to github? That would be great to see if there are any other differences and help ease adoption
1 Like
of course, I will post it immediately on github so you can check it out.
1 Like
I have this message after removing and add the package lai:collection-extensions
meteor add lai:collection-extensions
=> Errors while adding packages:
While selecting package versions:
error: Conflict: Constraint accounts-base@1.1.1 is not satisfied by accounts-base 2.0.1.
Constraints on package "accounts-base":
* accounts-base@2.0.0 <- top level
* 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-ui-unstyled 1.5.0 <- accounts-ui 1.4.0
* accounts-base@1.9.0 || 2.0.0 <- alanning:roles 1.3.0
* accounts-base@1.1.1 <- lai:collection-extensions 0.2.1_1
* accounts-base@1.7.1 || 2.0.0 <- matb33:collection-hooks 1.1.0
* accounts-base@2.0.0 <- accounts-password 2.0.0
I don’t see any ref to accounts-base@1.1.1 in lai:collection-extensions package.js
thank you @rjdavid : so I forked lai:collection-extensions
and current wip is here : GitHub - lc3t35/meteor-collection-extensions at 2.3
2 Likes