I am getting this error while running sudo npm install. On my server, npm was installed earlier. I\'ve tried to delete the package-lock.json file,
sudo npm install
package-lock.json
I had the same issue. I used yarn instead of npm to install the dependencies and it worked.
yarn add *****