articodeltd / angular-cesium

JavaScript library for creating map based web apps using Cesium and Angular
https://github.com/articodeltd/angular-cesium/settings/pages
MIT License
179 stars 92 forks source link

Angular12/13/14/15 - npm i angular-cesium raise an error #441

Open itzikntn opened 1 year ago

itzikntn commented 1 year ago

Hi ,

the latest version don't support Angular12/13/14/15 (issue with angular/common ) can you add support to these versions

npm ERR! Found: @angular/common@14.2.12 npm ERR! node_modules/@angular/common npm ERR! @angular/common@"^14.2.12" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@"^9.0.1 || ^10.0.0 || ^11.0.0" from angular-cesium@0.0.74 npm ERR! node_modules/angular-cesium npm ERR! angular-cesium@"0.0.74" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry

Best Regards Itzhak natan

valiopld commented 1 year ago

I have same problem. Is there any updates on angular-cesium for higher Angular versions now?

itzikntn commented 1 year ago

Angular Cesium project is currently dead - the owners stop to maintain it .

I managed to use angular cesium with angular 12/13/14 frameworks by:

  1. Install the package 0.0.73/ 0.0.74 with --force Run npm i --force

  2. Install the next angular cesium dependency packages on your package json Util 0.11.1 buffer 5.7.1

Packages i used: cesium 1.83.0 angular cesium 0.0.74 Angular/cli 14.2.10

Good luck

בתאריך יום ד׳, 29 במרץ 2023, 17:49, מאת Valentin @.***

:

Any updates on angular-cesium for higher Angular versions?

— Reply to this email directly, view it on GitHub https://github.com/articodeltd/angular-cesium/issues/441#issuecomment-1488773313, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJEJD6REWFKNE2WGZVLRDSLW6RDYHANCNFSM6AAAAAAT5QNJQY . You are receiving this because you authored the thread.Message ID: @.***>

vjf commented 10 months ago

We have created v15 and v13 forks.

You can download packages here: https://www.npmjs.com/package/@auscope/angular-cesium

I'd be happy to create pull requests - but there is no one maintaining this repo.