Migration from v8.x to v9.x installs latest @angular-devkit/build-angular (0.1000.0) and tslib (2.0.0) #18083
Closed
1 of 15 tasks
Labels
area: @schematics/angular
freq1: low
Only reported by a handful of users who observe it rarely
ng update DX
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
/Description
ng update @angular/cli@9
updates@angular-devkit/build-angular
andtslib
to latest version ("@angular-devkit/build-angular": "~0.1000.0"
&"tslib": "^2.0.0"
) starting from a project with latest 8.x version.🔬 Minimal Reproduction
I followed the 'During the update' steps from the Angular Update Guide.
ng update @angular/core@8 @angular/cli@8
in my workspace directory to update to the latest 8.x version.ng update @angular/core@9 @angular/cli@9
."@angular-devkit/build-angular": "~0.1000.0"
&"tslib": "^2.0.0"
are installed🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: