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
I had JSHint up and running for sometime now in ST2. When all of the sudden today it stopped working and reports:
[Error 2] The system cannot find the file specified [cmd: [u'jshint.cmd', ....
all the files seem to be there and in the correct locations. Is there some kind of path var I may have accidentally blown away?
Thanks!
The text was updated successfully, but these errors were encountered:
it's not exactly related to jshint. you can try install it globally (npm install -g jshint). if it doesn't work, you need to edit PATH variable of cmd
npm install -g jshint
PATH
cmd
Sorry, something went wrong.
No branches or pull requests
I had JSHint up and running for sometime now in ST2. When all of the sudden today it stopped working and reports:
[Error 2] The system cannot find the file specified
[cmd: [u'jshint.cmd', ....
all the files seem to be there and in the correct locations. Is there some kind of path var I may have accidentally blown away?
Thanks!
The text was updated successfully, but these errors were encountered: