hexo-starter icon indicating copy to clipboard operation
hexo-starter copied to clipboard

TypeError: Object.fromEntries is not a function

Open JunKuangKuang opened this issue 2 years ago • 1 comments

Too disappointed!

I clone it and I install dependencies.

Next, I try to run hexo clean but it did not work.

Four years ago, it was a good projects that anyone could run it for writting blogs. Anyone with no foundation can run it directly.

Now, an initial project that doesn't work directly discourages beginners who want to get into Hexo.

JunKuangKuang avatar Jul 25 '22 15:07 JunKuangKuang

Object.fromEntries is supported since Node.js 12 The error message indicates that you're using Node.js 10 or lower, which are End-of-Life See https://github.com/nodejs/Release

stevenjoezhang avatar Jul 25 '22 15:07 stevenjoezhang