next-theme / hexo-word-counter

⏱️ Word count and time to read of articles for Hexo, written in Rust
https://www.npmjs.com/package/hexo-word-counter
GNU Lesser General Public License v3.0
28 stars 3 forks source link

建议添加nodejs版本说明 #41

Closed sli1989 closed 1 year ago

sli1989 commented 1 year ago

低版本nodejs会提示 node: /lib64/libm.so.6: version ‘GLIBC_2.27’ not found (required by node)](https://github.com/nvm-sh/nvm/issues/2972)

stevenjoezhang commented 1 year ago

目前这个库是在 Cloudflare pages 的机器上编译的,如果你用的系统上 libc 比它还古老就会报错……

sli1989 commented 1 year ago

哦,CI部署用的老版本遇到的。

stevenjoezhang commented 1 year ago

我之前也被这个坑了,Cloudflare pages 的 libc 版本就比 Netlify 和 GitHub Actions 的机器老一些