I\'m currently unable to run npm install in any project since today. I\'m running node v8.2.1 & npm 5.3.0 (installed via nvm).
npm install
When typing npm
npm
I solve this issue by opening the package-lock.json and reset all the json. Delete the current content and replace it with
{}
then reinstall the package.