node.js – npm install && npm cache clean –force error fix

So, basically, I tried to install node-modules with npm install but it’s showing me this error

enter image description here

enter image description here

enter image description here

enter image description here

But then I tried npm cache clean --force but that shows npm WARN using --force Recommended protections disabled.

Here is my package.json –

enter image description here

enter image description here

Here is my node and npm versions –
enter image description here

Can someone please help me 🆘. I have been banging my head over this npm install and npm cache clean –force If you could spare some time and tell me the solution to this problem it would mean the world 🌏 to me.

Read more here: Source link