You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Path must be a string. Received null
at assertPath (path.js:8:11)
at Object.posix.dirname (path.js:539:3)
at Object.exports.lint (node_modules/thehelp-project/node_modules/grunt-contrib-jshint/tasks/lib/jshint.js:158:36)
at Object.<anonymous> (node_modules/thehelp-project/node_modules/grunt-contrib-jshint/tasks/jshint.js:44:12)
This is starting from line 20 in tasks/jshint.js:
// Merge task-specific and/or target-specific options with these defaults.varoptions=this.options({force: false,reporterOutput: null,// <-- NULL});// Report JSHint errors but dont fail the taskvarforce=options.force;deleteoptions.force;// Whether to output the report to a filevarreporterOutput=options.reporterOutput;
grunt-contrib-jshint@0.10.0
jshint@2.5.11
This is starting from line 20 in tasks/jshint.js:
Likely due to this change: nodejs/node#1153
The text was updated successfully, but these errors were encountered: