发布于 

hexo的一个坑 2020.5.7(估计一段时间就会好)

就在刚刚我上传博客的时候hexo报错了。报错信息如下:

1
2
3
4
5
6
(node:6857) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(node:6857) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
(node:6857) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
(node:6857) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(node:6857) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
(node:6857) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency

我去大概Google了一下发现hexo不能在最新版的nodejs上跑。目前错误版本是14.2,降级至12就行,其他什么都不用搞非常的舒服。就这样,估计hexo过一段时间就可以修复错误吧,管他的能用就行。