sergeyzwezdin / hexo-feed

RSS, Atom and JSON Feed generator for Hexo static site generator
https://hexo.io/
MIT License
14 stars 4 forks source link

Hexo 6 support #4

Closed appotry closed 1 year ago

appotry commented 2 years ago
# npm install hexo-feed --save-dev
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: hexo-site@0.0.0
npm ERR! Found: hexo@6.1.0
npm ERR! node_modules/hexo
npm ERR!   hexo@"^6.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer hexo@"^4.2.0 || ^5.2.0" from hexo-feed@1.1.0
npm ERR! node_modules/hexo-feed
npm ERR!   dev hexo-feed@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
sergeyzwezdin commented 2 years ago

@appotry Correct, currently the plugin support only 4&5 versions. I didn't test it with Hexo 6 and do not have enough time right now. If you want, please create PR for updating it.

appotry commented 2 years ago

sergeyzwezdin

I have tested it on hexo 6.1. It works fine!

On my blog

So, you can add hexo 6.x version support !

appotry commented 2 years ago

@sergeyzwezdin tested well.

and i make a pr

appotry commented 1 year ago

@sergeyzwezdin what about pr https://github.com/sergeyzwezdin/hexo-feed/pull/5 ?

sergeyzwezdin commented 1 year ago

@appotry done