Macでhexoを実行しています。hello-world.md
投稿を削除したいまでは非常にうまく機能します。以下の順番で投稿を削除します。
hello-world.md
source/_post 内を削除- 実行して(db.json)とフォルダー
hexo clean
を削除しますdatabase
assets
hexo generate
残念ながら、削除された投稿なしで新しいブログを生成するために実行すると、エラーが発生します。
エラーメッセージは次のとおりです。
/usr/local/lib/node_modules/hexo/node_modules/graceful-fs/polyfills.js:8
cwd = origCwd.call(process)
^
Error: ENOENT: no such file or directory, uv_cwd
at Error (native)
at process.cwd (/usr/local/lib/node_modules/hexo/node_modules/graceful-fs/polyfills.js:8:19)
at entry (/usr/local/lib/node_modules/hexo/node_modules/hexo-cli/lib/hexo.js:14:24)
at Object.<anonymous> (/usr/local/lib/node_modules/hexo/bin/hexo:5:20)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Function.Module.runMain (module.js:447:10)
at startup (node.js:141:18)
at node.js:933:3
それで、問題は何ですか?ご助力いただきありがとうございます。