-
Notifications
You must be signed in to change notification settings - Fork 343
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
Can't install @datorama/akita for Angular 15.2.8. #1064
Comments
The point is that the angular/cli command |
Angular 16.01 has the following versions for a new app. "tslib": "^2.3.0" Why does Akita have a hardcoded version? Is Akita going to be updated or is there some other way to override this? |
Any updates on this? |
Are there any problems if Akita is using a tslib version other than 2.4.1? If none, why use a specific version instead of a version range? |
Facing same issue |
@NetanelBasal Can you please have a look at this? :) |
Need at your "package.json" write |
@Igor2017 Yes but it would be better if its not fixed version. Probably |
No. We need the exact version. |
Why do you need that exact version? Facing the same issue when updating Akita to latest |
So it seems like Akita is totally abandoned... |
They now recommend @ngneat/elf in replacement of Akita, which is a much more composable solution comparing to Akita. It might seem pretty ugly at the first glance because it's more low-level comparing to Akita, but you can easily make Elf as powerful as Akita with just a little wrapping upon it. |
Yeah, I'm using it already for new projects and despite of one or two things that I really miss out, it's working great. Anyway, I don't really think it makes sense to leave Akita die like this, without even having a proper support for newer Angular versions... specially taking into account it has had a very successful path and there are a LOT of production projects using it. Just saying that, from my pov, this is a really sad ending for such a great tool. I ain't sure if Elf is going to end the same way therefore I won't be able to recommend it to everyone the same way I did with Akita. |
Its a great tool which I am still using - Felt like it started going downhill when it went under Salesforce. |
Is this a regression?
Yes
Description
Cause: The package.json file specifies the version of "tslib": "2.4.1".
If you change the version to "tslib": "^2.4.1", then everything compiles, all tests pass and can be installed in Angular 15.2.8.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
Yes
The text was updated successfully, but these errors were encountered: