After installing angular-cli to the latest, the --version command returns version 1.0.0-beta.30 instead of 1.0.0-rc.0
OS?
Windows 10
Versions.
This is what is at issue.
Repro steps.
npm uninstall -g @angular/cli
npm cache clean
npm install -g @angular/cli@latest
The log given by the failure.
-- @angular/cli@1.0.0-rc.0
+-- @angular/compiler@2.4.8
+-- @angular/compiler-cli@2.4.8
...
PS C:\Projects> ng --version
@angular/cli: 1.0.0-beta.30
node: 6.9.5
os: win32 x64
After installing angular-cli to the latest, the --version command returns version 1.0.0-beta.30 instead of 1.0.0-rc.0
OS?
Windows 10
Versions.
This is what is at issue.
Repro steps.
npm uninstall -g @angular/clinpm cache cleannpm install -g @angular/cli@latestThe log given by the failure.
-- @angular/cli@1.0.0-rc.0+-- @angular/compiler@2.4.8+-- @angular/compiler-cli@2.4.8...PS C:\Projects> ng --version@angular/cli: 1.0.0-beta.30node: 6.9.5os: win32 x64