difference between these commands
npm install -g angular-cli
npm install -g angular/cli
was trying to install angularcli using first command but it didn't get installed was getting error- AppData\Roaming\npm\node_modules\angular-cli\node_modules\node-sass npm ERR! command failed
but when I tried the second command angular cli got installed.
Is there any difference between two commands