Angular-cli: ng update shows rc 7 version of the cli

Created on 2 Oct 2018  路  4Comments  路  Source: angular/angular-cli

Bug Report or Feature Request (mark with an x)

- [x ] bug report -> please search issues before submitting
- [ ] feature request

Command (mark with an x)

- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [x ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc

Repro steps


ng update on a project

Desired functionality


should show the latest version of the cli and not the rc7 version

angulacli critical 1 (urgent) regression bufix

Most helpful comment

Looks like the rc was mistakenly tagged as latest

All 4 comments

Looks like the rc was mistakenly tagged as latest

Tags should be fixed now.

$ for p in $(jq --raw-output '.packages | keys | .[]' <.monorepo.json); do echo $p; npm dist-tag list $p; done
@angular-devkit/architect
latest: 0.8.4
next: 0.9.0-rc.1
@angular-devkit/architect-cli
latest: 0.8.4
next: 0.9.0-rc.1
@angular-devkit/build-angular
latest: 0.8.4
next: 0.9.0-rc.1
@angular-devkit/build-ng-packagr
latest: 0.8.4
next: 0.9.0-rc.1
@angular-devkit/build-optimizer
latest: 0.8.4
next: 0.9.0-rc.1
@angular-devkit/build-webpack
latest: 0.8.4
next: 0.9.0-rc.1
@angular-devkit/core
latest: 0.8.4
next: 7.0.0-rc.1
@angular-devkit/schematics
latest: 0.8.4
next: 7.0.0-rc.1
@angular-devkit/schematics-cli
latest: 0.8.4
next: 0.9.0-rc.1
@angular/cli
latest: 6.2.4
next: 7.0.0-rc.1
@angular/pwa
latest: 0.8.4
next: 0.9.0-rc.1
@ngtools/webpack
latest: 6.2.4
next: 7.0.0-rc.1
@schematics/angular
latest: 0.8.4
next: 7.0.0-rc.1
@schematics/schematics
latest: 0.8.4
next: 0.9.0-rc.1
@schematics/update
latest: 0.8.4
next: 0.9.0-rc.1

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings