Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

As a forewarning, we are moving the CLI npm package to "@angular/cli" with the next release

Tags:

angular

As a forewarning, we are moving the CLI npm package to "@angular/cli" with the next release, which will only support Node 6.9 and greater. This package will be officially deprecated shortly after.

like image 868
Areej Mahmoud Avatar asked Dec 01 '17 00:12

Areej Mahmoud


Video Answer


1 Answers

You have to run below command:

npm install -g @angular/cli@latest 
like image 53
RohitAneja Avatar answered Sep 24 '22 02:09

RohitAneja