Hello
I get this error after I run the setup and administrator account steps :
Error: write EPIPE
at target._send (node:internal/child_process:872:20)
at target.send (node:internal/child_process:745:19)
at process.<anonymous> (/usr/home/****/*/domains/**************/nodebb/src/meta/minifier.js:118:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Emitted 'error' event on process instance at:
at node:internal/child_process:876:39
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}
The building of NodeBB therefore does not finish, and I cannot open it...
What to do ?