I am trying to install angular/cli. I have tried it 50 times now. Earlier it was throwing an error of code EINTEGRITY. I tried many solutions finally uninstalled and reinstalled Node. Now I am getting this sort of error, I am not sure what it means.

C:UsersGyan>node -v
v6.11.2
C:UsersGyan>npm -v
3.10.10
C:UsersGyan>npm install -g @angular/cli
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "@angular/cli"
npm ERR! node v6.11.2
npm ERR! npm v3.10.10
npm ERR! shasum check failed for C:UsersGyanAppDataLocalTempnpm-9056-9b83df14registry.npmjs.orgwebpack-dev-server-webpack-dev-server-2.5.1.tgz
npm ERR! Expected: a02e726a87bb603db5d71abb7d6d2649bf10c769
npm ERR! Actual: bbe31f0aa5b1bb0cfb723479db094c1bd0740e20
npm ERR! From: https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.5.1.tgz
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! C:UsersGyannpm-debug.log
Try running the install using an administrator command prompt.
Thanks @rdrrichards , running as administrator solved the problem. Thanks again.
u saved me @rdrrichards
me too
thanks ...
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Try running the install using an administrator command prompt.