We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be node_modules/.bin/tslint-fix but there isn't.
node_modules/.bin/tslint-fix
node -v v6.4.0 npm -v 3.10.9
The text was updated successfully, but these errors were encountered:
There is no binary file for this package, it is a script made with coffee-script, you can get to work by doing:
npm install coffee-script -g
Then if you installed tslint-fix locally you ca do:
coffee ./node_modules/tslint-fix/src/tslintFixer.coffee (...)
Sorry, something went wrong.
No branches or pull requests
There should be
node_modules/.bin/tslint-fix
but there isn't.The text was updated successfully, but these errors were encountered: