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
I fixed by downgrading npm from 5.4.0 to version 5.3
npm i -g npm@5.3
I Hope this helps for you