You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
β Could not start tslint-to-eslint: β
Could not import the 'C module. Do you need to install packages?
π¬
Expected Behavior
It should not crash.
Reproduction
In a project with just a tslint.json for linter configs, npx tslint-to-eslint-config
The root issue is that findOriginalConfigurations is seeing the "cannot find" error from running eslint on the CLI and thinks it's a module-not-found error.