sergeyzwezdin / hexo-related-posts

Hexo plugin that generates related posts list with TF/IDF algorithm
https://hexo.io/
MIT License
18 stars 8 forks source link

ERROR Plugin load failed: hexo-related-posts Error: Cannot find module 'natural' #1

Closed darrenclover closed 4 years ago

darrenclover commented 4 years ago

ERROR Plugin load failed: hexo-related-posts Error: Cannot find module 'natural' what should i do?

sergeyzwezdin commented 4 years ago

@darrenclover thank you for the report. I'll check.

sergeyzwezdin commented 4 years ago

@darrenclover Try to update to the latest version

$ npm add hexo-related-posts@latest

Should be ok now.