Bug Report or Feature Request (mark with an x)
Versions.
@angular/cli v1.0.0-rc.2
node: 7.6.0
os: Win32 x64 (Windows 10)
Question.
If I want to use npm to install the latest @angular/cli package and @angular/cli v1.0.0-rc2 is the latest released version...
What is the difference between the following npm commands?
npm install @angular/cli@latest
and
npm install @angular@1.0.0-rc2
Bug Report or Feature Request (mark with an
x)Versions.
@angular/cli v1.0.0-rc.2
node: 7.6.0
os: Win32 x64 (Windows 10)
Question.
If I want to use npm to install the latest @angular/cli package and @angular/cli v1.0.0-rc2 is the latest released version...
What is the difference between the following npm commands?
npm install @angular/cli@latestand
npm install @angular@1.0.0-rc2