Newer versions of node will cause a loader-runner error i.e. 18.1.0 in the mailbag client:
Error: callback(): The callback was already called.
I think the node version should be specified in the package.json file in the client under dependencies since there's no README with dependencies listed for the client:
"dependencies": {
...
"node": "16.14.2",
...
}
16.14.2 is LTS.
Not sure if it's needed, but I ran npm install [email protected] --save-exact before putting it in package.json as well.
I can do a PR if you want and it checks out.