hexo上传遇到的warning

在hexo g时,显示
(node:22312) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
(node:22312) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
(node:22312) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
(node:22312) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(node:22312) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
(node:22312) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency

有知道怎么解决吗

参考一下这篇文章即可解决你的问题

参考下 链接 应该是你的node版本过高导致的问题