What's the difference between angular-cli and @angular/cli on npm What's the difference between angular-cli and @angular/cli on npm angular angular

What's the difference between angular-cli and @angular/cli on npm


@angular/cli is the new package, which name is according to another Angular 2 modules names like @angular/common, @angular/router and so on.

And also @angular/cli requires Node 6.9.0 or higher, but angular-cli requires Node 4 or higher. So @angular/cli with Node 4 will not work.