Open rbhicks opened 6 years ago
Hello,
I ran into to following when running grunt after setting up a new template:
Running "jshint:all" (jshint) task Warning: The "path" argument must be of type string Use --force to continue.
Running "jshint:all" (jshint) task
Warning: The "path" argument must be of type string Use --force to continue.
Adding:
reporterOutput: ''
to jshint.options corrected the problem.
Cheers,
-r
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Hello,
I ran into to following when running grunt after setting up a new template:
Running "jshint:all" (jshint) task
Warning: The "path" argument must be of type string Use --force to continue.
Adding:
reporterOutput: ''
to jshint.options corrected the problem.
Cheers,
-r