Opened 8 years ago

Closed 8 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

  1. 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 8 years ago by Jakub Ś

Keywords: npm shelljs grunt jshint removed
Status: newconfirmed

comment:2 Changed 8 years ago by Tade0

Owner: set to Tade0
Status: confirmedassigned

comment:3 Changed 8 years ago by Tade0

Status: assignedreview

Changed the version in package.json so that it matches the latest working version.

Changes pushed to branch:t/14694.

comment:4 Changed 8 years ago by kkrzton

Status: reviewreview_passed

Works fine with shelljs@0.6.0.

comment:5 Changed 8 years ago by kkrzton

Resolution: fixed
Status: review_passedclosed

Merged to master with a608b28.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy