-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Labels
blocked:tslint-to-eslint-configThis issue requires changes to tslint-to-eslint-config in order to be resolvedThis issue requires changes to tslint-to-eslint-config in order to be resolvedbugSomething isn't workingSomething isn't workingpackage: schematicsAngular CLI schematics which are responsible for configuration generation and automated migrationsAngular CLI schematics which are responsible for configuration generation and automated migrations
Description
Hi guys,
in this issue I described that I am not able to run the command to migrate from tslint to eslint.
When I type ng g @angular-eslint/schematics:convert-tslint-to-eslint PROJECTNAME
and check the defaults I get this error:
There was a critical error when trying to inspect your tslint.json:
env: node: No such file or directory
I'm running this command on a mac, in a multiple projects workspace.
My project is in the root folder, the tslint.json file too. Is there something I am missing?
If I type npx tslint --print-config {PATH_TO_YOUR_TSLINT_JSON_HERE}
as suggested I get a new tslint.json config, but that one doesn't work too.
Many thanks in advance,
Matthias
Metadata
Metadata
Assignees
Labels
blocked:tslint-to-eslint-configThis issue requires changes to tslint-to-eslint-config in order to be resolvedThis issue requires changes to tslint-to-eslint-config in order to be resolvedbugSomething isn't workingSomething isn't workingpackage: schematicsAngular CLI schematics which are responsible for configuration generation and automated migrationsAngular CLI schematics which are responsible for configuration generation and automated migrations