Viglino / ol-ext

Cool extensions for Openlayers (ol) - animated clusters, CSS popup, Font Awesome symbol renderer, charts for statistical map (pie/bar), layer switcher, wikipedia layer, animations, canvas filters.
https://viglino.github.io/ol-ext/
Other
1.24k stars 463 forks source link

HTTP Error 404 - Package @types/ol-ext Not Found #1108

Open Alireezajb opened 4 days ago

Alireezajb commented 4 days ago

I'm encountering an error when trying to update my angular version 13 to 14, specifically related to the package @types/ol-ext. The error message indicates that the package could not be found in the npm registry.

[error] HttpErrorGeneral: 404 Not Found - GET https://registry.npmjs.org/@types%2fol-ext - Not found
    at C:\Users\...\node_modules\npm-registry-fetch\lib\check-response.js:95:15
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    ...

Expected Behavior: The installation/update should complete successfully without any errors.

Actual Behavior: The installation/update fails with a 404 error for @types/ol-ext.

Viglino commented 3 days ago

You have to install ol-ext typescript package, it's a separate project.

# NPM
npm i -D @types/ol-ext@npm:@siedlerchr/types-ol-ext

# Yarn
yarn add -D @types/ol-ext@npm:@siedlerchr/types-ol-ext``# NPM