In this tutorial you are going to learn how to use rpm-check-updates to update some of package list in your project and use --force .
steps:
so you have to use next command line and press enter with each command :
1- npm install
2- npm outdated
3- npm I nam-check-updates
4- ncu -u
5- npm install
6- npm outdated
7- npm I --force "type first package name"
8- npm I --force "type second package name"