Closed sgalcheung closed 2 months ago
I changed this npm package version
"@lithiumjs/angular": "^7.3.1",
"@lithiumjs/ngx-virtual-scroll": "^0.3.1",
"ngx-ui-tour-core": "^12.0.2",
upgrade version
"@lithiumjs/angular": "^8.0.0",
"@lithiumjs/ngx-virtual-scroll": "^0.3.2",
"ngx-ui-tour-core": "13.0.0",
and it works well.
Thank you very much. The last time I checked this packages were not available. Would you create a PR for your change?
No, I don’t think this can resolve the problem, it is a temp method, the original problem maybe the GitHub bot only check single npm package, but not recognizes all of the npm packages, and they dependence in the project.
I don't use the github bot. What I meant is that I have checked the dependencies locally when I migrated to angular 18.
Ok, I'll create the PR.
获取 Outlookhttps://aka.ms/qtex0l for iOS 章思高
From: Sebastian Stehle @.> Sent: Wednesday, July 24, 2024 4:41:03 AM To: Squidex/squidex @.> Cc: Sgal Cheung @.>; Author @.> Subject: Re: [Squidex/squidex] Frontend restore npm package was wrong (Issue #1111)
I don't use the github bot. What I meant is that I have checked the dependencies locally when I migrated to angular 18.
― Reply to this email directly, view it on GitHubhttps://github.com/Squidex/squidex/issues/1111#issuecomment-2246271805, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKEYGHOCU4HGYZQVBC2LR4DZN25V7AVCNFSM6AAAAABLKCTCQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBWGI3TCOBQGU. You are receiving this because you authored the thread.Message ID: @.***>
I forgot to commit the package-lock.json, but it does not cause an error, it will auto-update the package-lock.json file when running the npm install so that everyone can add it to the next commit.
Yes. I have realized it after I have merged your PR :D
My env Mac OS 12.7.5 Node v18.20.3 Npm 10.7.0
The problem is caused by a version conflict with @angular/core. Specifically, @lithiumjs/angular requires a version of @angular/core between 11.0.0 and 17.0.0, but your project has version 18.0.1 installed.