You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: