question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error "Could not find implementations of custom rules"

See original GitHub issue

Hi 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: image

tslint@5.9.1 rxjs-tslint@0.1.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:8

github_iconTop GitHub Comments

4reactions
mgechevcommented, Apr 20, 2018

Will take a look today.

2reactions
mgechevcommented, Apr 20, 2018

In 0.1.1 everything should be working fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update TSLint Errors : Could not find implementations for the ...
I upgraded Typescript, TSLint & Codelyzer to no avail. I inspected the contents of my tslint. json file and found nothing.
Read more >
Could not find implementations for the following rules ... - GitHub
Hi there, I trying to migrate from tslint to eslint. After a command npx tslint-to-eslint-config I got this configure file: module.
Read more >
could not find implementations for the following rules specified ...
Try running 'npm install', upgrading TSLint (currently running with project's TSLint 5.2.0) and/or ensuring that you have all necessary custom rules installed.
Read more >
mgechev/codelyzer - Gitter
Hi @mgechev i just updated to codelyzer 4.1.0 and i've got an error like this: Could not find implementations for the following rules...
Read more >
TSLint missing rules warning - Genuitec
Implementation of rule “component-selector” cannot be found. Try running 'npm install', upgrading TSLint (currently running with project's ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found