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
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
Post a Comment