Skip to content
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

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

Open
Alireezajb opened this issue Oct 13, 2024 · 1 comment
Open

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

Alireezajb opened this issue Oct 13, 2024 · 1 comment

Comments

@Alireezajb
Copy link

Alireezajb commented Oct 13, 2024

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
Copy link
Owner

Viglino commented Oct 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants