Skip to content
New issue

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

npm install fails to install a bin executable #4

Open
ThisIsMissEm opened this issue Nov 9, 2016 · 1 comment
Open

npm install fails to install a bin executable #4

ThisIsMissEm opened this issue Nov 9, 2016 · 1 comment

Comments

@ThisIsMissEm
Copy link

There should be node_modules/.bin/tslint-fix but there isn't.

node -v
v6.4.0
npm -v
3.10.9
@yoisel
Copy link

yoisel commented Feb 2, 2017

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 (...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants