Every time I try installing any package or even if I try doing npm install I keep getting this error. I have no idea why I am getting the error. I am totally ne
npm install
It's because of package-lock.json. I just run the rm package-lock.json and It works for me.
package-lock.json
rm package-lock.json