Opened 9 years ago
Closed 9 years ago
#14694 closed Bug (fixed)
JSHint task not working
Reported by: | Tade0 | Owned by: | Tade0 |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.10 |
Component: | General | Version: | 4.5.11 |
Keywords: | Cc: |
Description ¶
Steps to reproduce ¶
- Run
grunt jshint:git
Expected result ¶
Usual JSHint output.
Actual result ¶
TypeError: Cannot read property 'replace' of undefined
Other details (browser, OS, CKEditor version, installed plugins) ¶
Installing shelljs
version 0.5.3
seems to solve this problem, but uncovers another one, that's specific to Node V6:
Warning: Path must be a string. Received null Use --force to continue.

Change History (5)
comment:1 Changed 9 years ago by
Keywords: | npm shelljs grunt jshint removed |
---|---|
Status: | new → confirmed |
comment:2 Changed 9 years ago by
Owner: | set to Tade0 |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 9 years ago by
Status: | assigned → review |
---|
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Merged to master
with a608b28.

Changed the version in
package.json
so that it matches the latest working version.Changes pushed to branch:t/14694.