x)
Yes, the previous version in which this bug was not present was: ....
ng update @angular/cli --migrate-only tslint-version-6
The installed local Angular CLI version is older than the latest stable version.
Installing a temporary version to perform the update.
Installing packages for tooling via npm.
Installed packages for tooling via npm.
Using package manager: 'npm'
Collecting installed dependencies...
Found 66 dependencies.
Cannot find migration 'tslint-version-6' in '@angular/cli'.

ng update @angular/cli --migrate-only tslint-version-6
it shoud be clear
Angular CLI: 9.0.6
Node: 12.16.1
OS: win32 x64
Angular: 9.0.6
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.900.6
@angular-devkit/build-angular 0.900.6
@angular-devkit/build-optimizer 0.900.6
@angular-devkit/build-webpack 0.900.6
@angular-devkit/core 7.3.9
@angular-devkit/schematics 7.3.9
@angular/cdk 9.1.3
@angular/fire 6.0.0-rc.1
@angular/flex-layout 9.0.0-beta.29
@angular/http 8.0.0-beta.10
@angular/material 9.1.3
@ngtools/webpack 9.0.6
@schematics/angular 9.0.6
@schematics/update 0.900.6
rxjs 6.5.4
typescript 3.7.5
webpack 4.41.2
Anything else relevant?
Solution: npm i @angular/cli@latest -g -s before update make error disappear

$ ng update @angular/cli --migrate-only tslint-version-6
Using package manager: 'npm'
Collecting installed dependencies...
Found 66 dependencies.
* Executing 'tslint-version-6' of package '@angular/cli' *
Update tslint to version 6.
UPDATE tslint.json (3162 bytes)
Migration completed.
@hiepxanh did not work for me

Same for me!
The migration is available in the Angular CLI starting with version 9.1.0. The project must be updated before the migration can be executed.
Please try executing the following within the project to update:
ng update @angular/cli @angular/core
For additional information regarding the release of Angular 9.1 please see: https://blog.angular.io/version-9-1-of-angular-now-available-typescript-3-8-faster-builds-and-more-eb292f989428
@clydin should I close issue or not? I resoved mine but other didn't sir.
Yes I figured it out yesterday. Firstly we have to run the update and then the migration too.
For additional information regarding the release of Angular 9.1 please see: https://blog.angular.io/version-9-1-of-angular-now-available-typescript-3-8-faster-builds-and-more-eb292f989428
In my opinion this is not clear from reading the article. But it could also be it's a language problem of mine.
Also it is strange, it is talking first about the migration and then how to update. It would be better if first we have the distribution about how to do the update, and then what to do if you also would like to migrate to tslint6.1
thx
I pinged @StephenFluin to update the blog post to make it clearer.
@alan-agius4 do you want me to close this issue or just wait the PR?
Closing as the blog post has been fixed.
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._
Most helpful comment
I pinged @StephenFluin to update the blog post to make it clearer.