Skip to content

ng --version reports wrong version number #5138

@bklik

Description

@bklik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions