You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you submit your issue, please tell me your environment info. Also , if you occur ERROR Plugin load failed: , please reinstall hexo and npm as follows, for example.
[23:31:46.396] [hexo-related-popular-posts] error: (list-json.js)The theme you are using doesn't support "post" data. P lease set the data manually. (e.g. <%- popular_posts( {} , post ) %> ) For detail , please see this url. https://github.com/tea3/hexo-related-popular-posts/issues?utf8=%E2%9C%93&q=Cannot%20read%20property%20%27tags%27%20of%20 undefined [23:31:46.500] [hexo-related-popular-posts] error: (list-json.js)The theme you are using doesn't support "post" data. P lease set the data manually. (e.g. <%- popular_posts( {} , post ) %> ) For detail , please see this url. https://github.com/tea3/hexo-related-popular-posts/issues?utf8=%E2%9C%93&q=Cannot%20read%20property%20%27tags%27%20of%20 undefined [23:31:46.508] [hexo-related-popular-posts] error: (list-json.js)The theme you are using doesn't support "post" data. P lease set the data manually. (e.g. <%- popular_posts( {} , post ) %> ) For detail , please see this url. https://github.com/tea3/hexo-related-popular-posts/issues?utf8=%E2%9C%93&q=Cannot%20read%20property%20%27tags%27%20of%20 undefined [23:31:46.515] [hexo-related-popular-posts] error: (list-json.js)The theme you are using doesn't support "post" data. P lease set the data manually. (e.g. <%- popular_posts( {} , post ) %> ) For detail , please see this url. https://github.com/tea3/hexo-related-popular-posts/issues?utf8=%E2%9C%93&q=Cannot%20read%20property%20%27tags%27%20of%20 undefined [23:31:46.519] [hexo-related-popular-posts] error: (list-json.js)The theme you are using doesn't support "post" data. P lease set the data manually. (e.g. <%- popular_posts( {} , post ) %> ) For detail , please see this url. https://github.com/tea3/hexo-related-popular-posts/issues?utf8=%E2%9C%93&q=Cannot%20read%20property%20%27tags%27%20of%20 undefined [23:31:46.540] [hexo-related-popular-posts] error: (list-json.js)The theme you are using doesn't support "post" data. P lease set the data manually. (e.g. <%- popular_posts( {} , post ) %> ) For detail , please see this url. https://github.com/tea3/hexo-related-popular-posts/issues?utf8=%E2%9C%93&q=Cannot%20read%20property%20%27tags%27%20of%20 undefined [23:31:46.553] [hexo-related-popular-posts] error: (list-json.js)The theme you are using doesn't support "post" data. P lease set the data manually. (e.g. <%- popular_posts( {} , post ) %> ) For detail , please see this url. https://github.com/tea3/hexo-related-popular-posts/issues?utf8=%E2%9C%93&q=Cannot%20read%20property%20%27tags%27%20of%20 undefined
--
how to solve this problem?
The text was updated successfully, but these errors were encountered:
You might have noticed that the following message was printed. "(list-json.js)The theme you are using doesn't support "post" data. Please set the data manually. (e.g. <%- popular_posts( {} , post ) %> )"
popular_posts function is need to params (options and post). so you change code bellow in article.ejs file
-- before
<%- popular_posts () %>
-- to-be
<%- popular_posts ({}, { post: post }) %>
you can check popular_posts function spec to node_modules/hexo-related-popular-posts/lib/helper.js
Also , if you occur
DTraceProviderBindings.node
error , please see issue#1.#1
For BUG
For question
just push question
For feature request
just push feature request
Environment Info
OS version
Node version(
node -v
)Your site
_config.yml
Your theme
_config.yml
Plugin version(
npm ls --depth 0
)how to solve this problem?
The text was updated successfully, but these errors were encountered: