-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
make file references global jshint, but local recess, uglify, etc... #7043
Comments
oops, missed this in my search sorry. dupes #7022 |
How do I get a local version, I only have jshint installed globally do I need to install a different version? |
@burnstony: per the README, just do |
I'm still getting these errors. |
Newer versions of jshint treat those crying-face "// jshint ;_;" comments as commands/options and reports errors when it can't parse them. The older version specified in bootstrap's dependencies silently ignores bad options. |
@ajkochanowicz @dtfinch: file a new issue. |
From the makefile (only relevant lines):
I think this is a bug because the make file doesn't respect the package.json, and if your global version of jshint is 1.0.0 (the latest when doing an npm install jshint), then that part of the build will fail like so:
Relevant information:
If the makefile references the local one as well, then it's all good.
The text was updated successfully, but these errors were encountered: