-
Notifications
You must be signed in to change notification settings - Fork 154
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
Problems with moment 2.25.0 #235
Comments
Looks like this issue is actually caused by moment itself. Digging into the source for this lib - it just pulls in the latest minor version of moment, meaning when it is installed it will currently pull the defective version of moment, which is 2.25.0. |
it looks like a fix has been released, but |
I had to |
Still not working with 2.25.1:
Also not working dumpling node_modules or running |
What does your package.json look like? A workaround I have tested is to just to use moment 2.24.0 alongside ngx-moment. |
@nickyg91 yes, it's working with 2.24.0. We are taking about >= 2.25.0 |
Right. As per the original issue on moment people are still confirming that the issue persists. If you need an immediate workaround you'd have to downgrade moment. |
Same problema here. Application with more than 2 thousands users along my country. I had to downgrade to version 2.24. |
Fixed with moment version 2.25.3 |
hmm, don't see that yet in releases - https://github.com/moment/moment/releases Just tried that 2.25.2 couple of hours ago and problem exists with that. |
You need to go to this link: https://www.npmjs.com/package/moment |
I always check GitHub releases first - which should be the same as npm - or any other package manager. Just because usually things like update some package manager is done via CI which triggers on those GitHub tags - or that is what I've used and seen used in multiple different project. |
Looking at other issues on moment - it looks like this is potentially fixed in 2.25.3? Again - if you are blocked and 2.25.3 does not fix your issue just install 2.24.0 alongside ngx-moment for the workaround. |
Yes, fixed with moment v.2.25.3. You can close the issue. |
v2.25.3 Fixed it for me |
Yeah, I can also confirm that |
Description of the Issue and Steps to Reproduce:
Did you search for duplicate issue? [Yes /
No]After I updated my moment to version
2.25.0
I've followed issues when Angular is compiling;Ensure your issue is isolated to ngx-moment. Issues involving third party tools will be closed unless submitted by the tool's author/maintainer.
Environment:
Please answer the following questions:
9.1.4
3.8.3
moment
version?2.25.0
moment-timezone
?yes, version 0.5.28
yes, version 9.1.4
n/a
The text was updated successfully, but these errors were encountered: