$ cd /Users/booboowei/Desktop/个人博客 $ hexo init 2025Blog
INFO Cloning hexo-starter https://github.com/hexojs/hexo-starter.git INFO Install dependencies added 232 packages from 203 contributors and audited 234 packages in 5.994s
36 packages are looking for funding run `npm fund` for details
[2025Blog]$ hexo new 01 FATAL Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/booboowei/Desktop/个人博客/2025Blog/node_modules/strip-ansi/index.js require() of ES modules is not supported. require() of /Users/booboowei/Desktop/个人博客/2025Blog/node_modules/strip-ansi/index.js from /Users/booboowei/Desktop/个人博客/2025Blog/node_modules/hexo/dist/plugins/console/list/common.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module"which defines all .js files in that package scope as ES modules. Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /Users/booboowei/Desktop/个人博客/2025Blog/node_modules/strip-ansi/package.json.
at new NodeError (internal/errors.js:322:7) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1131:13) at Module.load (internal/modules/cjs/loader.js:979:32) at Function.Module._load (internal/modules/cjs/loader.js:819:12) at Module.require (internal/modules/cjs/loader.js:1003:19) at require (internal/modules/cjs/helpers.js:107:18) at Object.<anonymous> (/Users/booboowei/Desktop/个人博客/2025Blog/node_modules/hexo/dist/plugins/console/list/common.js:7:38) at Module._compile (internal/modules/cjs/loader.js:1114:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10) at Module.load (internal/modules/cjs/loader.js:979:32) at Function.Module._load (internal/modules/cjs/loader.js:819:12) at Module.require (internal/modules/cjs/loader.js:1003:19) at require (internal/modules/cjs/helpers.js:107:18) at Object.<anonymous> (/Users/booboowei/Desktop/个人博客/2025Blog/node_modules/hexo/dist/plugins/console/list/page.js:7:18) at Module._compile (internal/modules/cjs/loader.js:1114:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10) at Module.load (internal/modules/cjs/loader.js:979:32) at Function.Module._load (internal/modules/cjs/loader.js:819:12) at Module.require (internal/modules/cjs/loader.js:1003:19) at require (internal/modules/cjs/helpers.js:107:18) at Object.<anonymous> (/Users/booboowei/Desktop/个人博客/2025Blog/node_modules/hexo/dist/plugins/console/list/index.js:6:32) at Module._compile (internal/modules/cjs/loader.js:1114:14)