Hexo 报错: Cannot read property 'utcOffset' of null

配置完【_config.yml】后执行hexo报如下错误:

1
2
3
4
5
6
7
8
9
10
11
12
INFO  Validating config
INFO Start processing
ERROR {
err: TypeError: Cannot read properties of null (reading 'utcOffset')
at exports.timezone (/opt/blog-another-se/node_modules/hexo/lib/plugins/processor/common.js:56:42)
at /opt/blog-another-se/node_modules/hexo/lib/plugins/processor/post.js:123:36
...

at _drainQueueStep (/opt/blog-another-se/node_modules/bluebird/js/release/async.js:93:12)
} Process failed: %s _posts/test.md
INFO Files loaded in 268 ms
Moment Timezone has no data for Asian/Tokyo. See http://momentjs.com/timezone/docs/#/data-loading/.

检查半天才发现是低级错误,把Asia 给写成了 Asian …/捂脸