The first thing i did was the deletion of package-lock.json
Then deleted the node_modules
Ran the npx npm-check-updates
and got the following:
Then I ran the ncu -u
:
The package.json
was updated.
npm install --force
npm audit fix --force
npm install
After all these actions I got the result:
comments powered by Disqus