-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hard dependency on react-meteor-data #43
Comments
same... not sure what i get updating to |
It looks as if something went wrong on the upload to atmospherejs.com, getting the same issues, even if the github looks fine. Can you take a look into it? `=> Errors prevented startup: While selecting package versions:
EDIT: got it to work by manually cloning the repo into my project folder. |
I'm still having the issue, I can't find the packages folder, where did you clone it ? did you also add the packages after cloning it ? |
@Giribaldi there are two steps to get it working.
|
Would you mind releasing the update to atmosphere, please ? |
@heticeric have you guys tried doing something like: "react-meteor-data@=2.0.1". Otherwise @heticeric create a PR for this 👍 |
Do that mean that this lib is not maintained anymore ? |
Ofcourse it is. But for bugs and critical things. Community should aid
maintaining this.
…On Thu, Dec 10, 2020 at 10:19 AM Eric Priou ***@***.***> wrote:
Do that mean that this lib is not maintained anymore ?
Thanks for your kind response.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN3CT6MLNBDCOQXYEPZR4TSUB77HANCNFSM4KDKCWNA>
.
|
Why would one create a PR on code that is actually running in this repo ?
Here is the place for PR, indeed ;) |
I too am having this bug and cant develop. Is there an official fix? |
@theodorDiaconu this is still an issue... nothing solves the issue. the latest commit just isn't published to meteor atmosphere... even after over a year. is this repo no longer maintained and should we all move away from grapher? |
Any update on this? Adding grapher-react to packages/ fixes it locally but this solution doesn't resolve issue in my CICD pipeline. Using @=2.1.2 does not work either. |
@LordA98 aren't there other breaking changes involved? Can you submit a PR? |
Please @theodorDiaconu re-read #43 (comment) |
Password:
=> Errors while initializing project:
While selecting package versions:
error: Conflict: Constraint ***@***.*** is not
satisfied by peerlibrary:subscription-scope 0.1.0.
Constraints on package "peerlibrary:subscription-scope":
* ***@***.*** <- cultofcoders:grapher 1.3.19 <-
cultofcoders:grapher-react 0.2.0
It seems that there's more to the story.
…On Tue, May 18, 2021 at 12:19 PM Eric Priou ***@***.***> wrote:
Please @theodorDiaconu <https://github.com/theodorDiaconu> re-read #43
(comment)
<#43 (comment)>
Lots of people claims you or your team to publish a fresh copy to
atmosphere registry.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN3CT3WIJPGUMRWHJ5YBFDTOIWKRANCNFSM4KDKCWNA>
.
|
An option to get rid of all this, is to use hooks instead of Greetings. |
I'm trying to update
react-meteor-data
to the latest 2.0.1 version, but it seems thatgrapher-react
has a dependency on an old version (0.2.16) that prevents such an update. Is it possible to lift this limitation? Thanks!The text was updated successfully, but these errors were encountered: