I just updated my Hexo blog to the latest version. After updating, the <!-- more -->
tag seems to stop working. Instead of showing an excerpt on the homepage it just shows all the content. I am using the Next theme.
I found an issue on the hexo github: https://github.com/hexojs/hexo/pull/1519
Which looks like the problem I am having. I tried to edit this file locally but nothing happens, still not working.
Is there are npm cache or something I need to clear when I edit a package in node_modules directly?
Thanks