The problem I'm faced with is that hexo spits out a ton of error-related output into the console when I am running my website. It's really annoying since I can't debug anything due to the amount of text that the command spits out. Here is a snippet of the the error output (which happens right after the hexo server is run AND the website is visited).
I'm not entirely sure why my website that I'm building using hexo is spitting out so much error data. If I compare to the original theme then there is no error. So it may be something in my template that is causing it. No luck finding it just yet.
The problem I'm faced with is that hexo spits out a ton of error-related output into the console when I am running my website. It's really annoying since I can't debug anything due to the amount of text that the command spits out. Here is a snippet of the the error output (which happens right after the
hexo server
is run AND the website is visited).I'm not entirely sure why my website that I'm building using hexo is spitting out so much error data. If I compare to the original theme then there is no error. So it may be something in my template that is causing it. No luck finding it just yet.
Has anyone else experienced this issue before?