Hi. I've restarted by NodeBB instance, and am now being met with the below error when trying to build (I can't even start)
2021-09-22T16:57:49.874Z [4567/1847] - info: [build] Building in parallel mode
2021-09-22T16:57:49.875Z [4567/1847] - info: [build] plugin static dirs build started
2021-09-22T16:57:49.878Z [4567/1847] - info: [build] requirejs modules build started
2021-09-22T16:57:49.879Z [4567/1847] - info: [build] client js bundle build started
2021-09-22T16:57:49.920Z [4567/1847] - info: [build] admin js bundle build started
2021-09-22T16:57:49.920Z [4567/1847] - info: [build] client side styles build started
2021-09-22T16:57:49.921Z [4567/1847] - info: [build] admin control panel styles build started
2021-09-22T16:57:49.921Z [4567/1847] - info: [build] templates build started
2021-09-22T16:57:49.922Z [4567/1847] - info: [build] languages build started
2021-09-22T16:57:50.355Z [4567/1847] - error: [build] client js bundle build failed
2021-09-22T16:57:50.356Z [4567/1847] - error: [build] Encountered error during build step
Error: Unknown system error -122: Unknown system error -122, write
2021-09-22T16:57:50.356Z [4567/1847] - error: Error: Unknown system error -122: Unknown system error -122, write
sudonix@vps:~/nodebb$ node:events:371
throw er; // Unhandled 'error' event
^
Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at new NodeError (node:internal/errors:371:5)
at process.target.send (node:internal/child_process:721:16)
at /home/sudonix/nodebb/src/meta/minifier.js:125:13
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on process instance at:
at node:internal/child_process:725:35
at processTicksAndRejections (node:internal/process/task_queues:78:11) {
code: 'ERR_IPC_CHANNEL_CLOSED'
}
node:events:371
throw er; // Unhandled 'error' event
^
Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at new NodeError (node:internal/errors:371:5)
at process.target.send (node:internal/child_process:721:16)
at /home/sudonix/nodebb/src/meta/minifier.js:125:13
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on process instance at:
at node:internal/child_process:725:35
at processTicksAndRejections (node:internal/process/task_queues:78:11) {
code: 'ERR_IPC_CHANNEL_CLOSED'
}
Anyone seen this before ? This appears to be after a recent update to nodebb-theme-persona