Ticket #6961 (closed bug: worksforme)
JSLint `make` error
| Reported by: | miketaylr | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | build | Version: | 1.4.2 |
| Keywords: | jslint, make, build | Cc: | |
| Blocking: | Blocked by: |
Description
Trying to clone and build jquery results in a JSLint error.
Steps to reproduce:
1) git clone git://github.com/jquery/jquery.git; 2) make ...
The following error is produced:
Checking jQuery against JSLint...
undefined
Problem at line 6381 character 25: Too many errors. (99% scanned).
js: uncaught JavaScript runtime exception: TypeError: Cannot read property "reason" from null make: * [lint] Error 3
Change History
comment:1 Changed 3 years ago by john
- Status changed from new to closed
- Resolution set to worksforme
comment:2 Changed 3 years ago by miketaylr
Fwiw, this commit solved the issue on my end:
http://github.com/jquery/jquery/commit/a2e1051fb4b2065fb5ebea49dc0bcc583d113187
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Not sure what's happening on your end - working OK here: