On latest nodeJS and Angular TS
this.rpc = new RPC.Client({ transport: 'ipc' });
this.rpc.login({ clientId: discordConfig.clientId }).catch(console.error);
The login is catching : "TypeError: setTimeout2 is not a function"
There is also a warning "browser-external:timers:9 Module "timers" has been externalized for browser compatibility. Cannot access"