I just updated npm to 5.4.0. Now, Whenever I want install a npm package I get the following error:
npm
5.4.0
D:\\Sources\\DownloadCms\\Md
This was the only thing that worked for me:
npm cache clean --force npm install -g npm@latest --force rm package-lock.json npm i -force