As per the other thread, would be great if you could update to target node.js versions of 18+ rather than specific versions which currently exclude v20 which I'm running and so I can't use the node I'm afraid.
As in the other thread mentioned we cannot reproduce that problem. We use node v20.18.0 and exclude only lower than v14.
"engines": {
"node": ">=14.0"
}
doc-red has also no dependencies (1 dev dependency). We installed it via cli and via node-red manager on a fresh system in gitpod and on a local machine without problems.