meteor-notifications
meteor-notifications copied to clipboard
Can't install because of conflict with less version
meteor add yogiben:notifications => Errors while adding packages:
While selecting package versions: error: Conflict: Constraint [email protected] is not satisfied by less 2.5.1. Constraints on package "less":
- less@=2.5.1 <- top level
- [email protected] <- yogiben:notifications 0.0.6
Hi, I have the same issue.
@jonathanjot @kaiyes I will be updating the versions and sending a pull request in/forking it this afternoon. I'll let you know when it's finished. Just did this for yogibens favorites package as well.
Edit - here's my fork of it : https://github.com/patrickbolle/meteor-notifications
@patrickbolle awesome man. Thanks. Though I have solved it with considerable pain with some other package
May I ask what package you used? I like this one but I'd be interested to see what else is out there
From: Kaiyes Ansary Sent: Friday, February 19, 2016 23:56 To: yogiben/meteor-notifications Reply To: yogiben/meteor-notifications Cc: Patrick Bollenbach Subject: Re: [meteor-notifications] Can't install because of conflict with less version (#15)
@patrickbollehttps://github.com/patrickbolle awesome man. Thanks. Though I have solved it with considerable pain with some other package
@patrickbolle ya sure. I used erasaur:notification-badge
i've updated meteor version i'm getting same error. not able to add package. can anyone quickly help me out. Thanks
Did you try my fork? @ShrinathGupta https://github.com/patrickbolle/meteor-notifications
@patrickbolle yes but still i'm getting same error.
@patrickbolle Your fork worked for me, thanks much!
@ShrinathGupta you have to download the forked repo as zip, unzip the file, rename the directory to "yogiben:notifications" and move it into /packages/ directory (create if you don't have it yet). Then type meteor add yogiben:notifications.