Error "Could not find implementations of custom rules"
See original GitHub issueHi team,
the idea for the package is great! I cannot get it to work though following the steps in the migration guide though.
After installing rxjs-tslint, adding the file migrate-rxjs.tslint.json
and running the command ./node_modules/.bin/tslint -c migrate-rxjs.tslint.json --project src/tsconfig.app.json --fix
I get the following error:
`Could not find implementations for the following rules specified in the configuration: update-rxjs-imports migrate-to-pipeable-operators migrate-static-observable-methods collapse-rxjs-imports Try upgrading TSLint and/or ensuring that you have all necessary custom rules installed. If TSLint was recently upgraded, you may have old rules configured which need to be cleaned up.
No valid rules have been specified`
Am I doing something wrong or is this a bug within the package? I tried uninstalling TSLint, delete the global rules file and re-install it. But to no avail. I even tried removing all rules from that TSLint file to test if any of them is corrupted.
There is a folder at node_modules/rxjs-tslint
. It looks like this:
tslint@5.9.1 rxjs-tslint@0.1.0
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:8
Will take a look today.
In 0.1.1 everything should be working fine.