My guess as to why you aren’t seeing this locally is you are on a different version of Node locally. When you run the node/install command it’s going to install I think the latest version, when I tested it installed v17.1.0. I found the following:
This seems to indicate that on Node 17 you’ll get that DOMException error you are seeing, it could also be why you are seeing the other leak as well.
Can you try installing the same version you have locally via the install command:
Thanks for your answer! I’ve got the same problem and after updating Node version on my local machine, Ive found out that the issue was with hapi js version