It seems you took down / moved the repo that was used in the metor addon angularutils:pagination. Trying to add this to the tutorial project and it fails and on atmosphere (https://atmospherejs.com/angularutils/pagination) it seems the linking to the github page is off.
Here is the error i get:
meteor add angularutils:pagination
=> Errors while adding packages:
While checking for angularutils:pagination@0.9.1:
error: No compatible binary build found for this package. Contact the package author and
ask them to publish it for your platform.
I have temporarily 'solved' this by using your other atmosphere library: urigo:angular-utils-pagination
and if the rest of the tutorial works using it I will make a pull request to update the tutorial. I am just not sure the difference between the 2 repos.
For anyone else currently running into this issue:
meteor add urigo:angular-utils-pagination
meteor update urigo:angular
Hey Urigo,
It seems you took down / moved the repo that was used in the metor addon angularutils:pagination. Trying to add this to the tutorial project and it fails and on atmosphere (https://atmospherejs.com/angularutils/pagination) it seems the linking to the github page is off.
Here is the error i get: meteor add angularutils:pagination => Errors while adding packages:
While checking for angularutils:pagination@0.9.1: error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.
I have temporarily 'solved' this by using your other atmosphere library: urigo:angular-utils-pagination and if the rest of the tutorial works using it I will make a pull request to update the tutorial. I am just not sure the difference between the 2 repos.
For anyone else currently running into this issue: meteor add urigo:angular-utils-pagination meteor update urigo:angular
should do the trick for now