Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 304 Bytes

grunt-troubleshoot.md

File metadata and controls

19 lines (13 loc) · 304 Bytes

grunt troubleshoot

issue

running grunt

Running "jshint:gruntfile" (jshint) task
Warning: Path must be a string. Received null Use --force to continue.

Aborted due to warnings.

solve by

npm uninstall grunt-contrib-jshint --save-dev
npm install grunt-contrib-jshint --save-dev