jimmynotjim / scrollnav

A dependency free JavaScript plugin for auto generating single page navigation
http://scrollnav.com
MIT License
461 stars 127 forks source link

Error when running `grunt default` (for development) #80

Closed pixelbandito closed 7 years ago

pixelbandito commented 7 years ago

When I run grunt jshint or any task that includes it, I see this error:

Warning: Path must be a string. Received null Use --force to continue.

After a little digging, I think it's due to a missing "reporterOutput" property, possibly from more recent versions of JSHint.

I have JSHint version 2.5.11 in my node_modules folder.

jimmynotjim commented 7 years ago

Fixed with #81