ReactiveX / rxjs-tslint

TSLint rules targeting RxJS
MIT License
309 stars 41 forks source link

Cannot find tslint (when it's already installed?) #29

Closed knightcode closed 6 years ago

knightcode commented 6 years ago
Error: Command failed: /my/project/path/node_modules/rxjs-tslint/node_modules/.bin/tslint -c /my/project/path/node_modules/rxjs-tslint/rxjs-5-to-6-migrate.json -p tsconfig.json --fix
/bin/sh: /my/project/path/node_modules/rxjs-tslint/node_modules/.bin/tslint: No such file or directory

my copy of tslint currently at /my/project/path/node_modules/.bin/tslint

mgechev commented 6 years ago

Please use the global binary as shown in the instructions. Otherwise, you risk to have mismatched typescipt and tslint versions.

knightcode commented 6 years ago

everything is installed locally. I just added a symlink. It's fine.