Override Package Dependency in npm
In my angular project, I want to upgrade the angular version to 18, but one of the package I used haven't released a version for NG18, that cause I can't upgrade the whole project.
There are two solutions to upgrade the project,
- Upgrade the NG packages and ignore the package with npm option
--force
- Override the package's version in the package.json like