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
For this type of error try with below steps:
Delete package-lock.json
Run npm install
The above solution worked correctly for me. Hope will work for you.