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
But then I tried npm cache clean --force
but that shows npm WARN using --force Recommended protections disabled.
Here is my package.json –
Here is my node and npm versions –
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