Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Angular CLI failed to install in Window 8 with Node v10.14.1

I am new to angular and Node.js. I had install Node.js Version 10.14.1 in window 8. Now I want to install third-party library Angular CLI using NPM tool. I write following line in Command Prompt

npm install -g @angular/cli

But its failed to install with error rollbackFailedOptonal : verb npm-sesssion d0aPd5a6ee1d236d

And after few seconds it shows this

enter image description here

I try to Re-Install Node.js but not worked

I also try the following line but not got fruitful result

npm config rm proxy
npm config rm https-proxy

Comments