-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error: Cannot find module 'jshint/src/cli' on fresh install. #1731
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
Comments
Are you sure the jshint bin is installed though or just gulp-jshint? What does: I had a clean c9 container tonight, installed but came across the same problem:
|
If I run: What worked for me was downgrading the local jshint to version 2.8.0 following the advice here spalger/gulp-jshint#131. Apparently jshint is a peer dependency of gulp-jshint and for some reason the most recent version doesn't seem to register correctly. |
This still occurs as of 12 April 2016. I resolved it locally by reinstalling gulp-jshint and jshint: Seems like
|
+1, same here |
A clean install throws this error when I try to run "Gulp Serve". It appears to me that jshint is installed though and I have it installed globally.
The text was updated successfully, but these errors were encountered: