How to force reinstallation of specific dependencies from Gitea without deleting package-lock.json in Angular project?
I am working on an Angular project where we frequently update our internal libraries hosted on Gitea. Recently, we encountered an issue where a library (lenna-class) was updated on Gitea without changing its version number. Another library (lenna-accounting) depends on this updated lenna-class library. When running npm install, we get the following error message: