maxchang3 / hexo-bilibili-card

一个Hexo插件,在你的文章中插入b站的视频卡片,样式模仿和借鉴自b站。A hexo plugin insert a bilibili card into your page or article.
42 stars 2 forks source link

hexo g后报错 #9

Closed grape777 closed 1 year ago

grape777 commented 1 year ago

Snipaste_2023-09-09_16-08-18.png 查了一下好像是无法识别{% %}这个,请问有办法解决吗

maxchang3 commented 1 year ago

node 版本太低了,没有 fetch,请使用 node 18+

grape777 commented 1 year ago

原来如此!就是这个原因 非常感谢!