/lib/libcxxrt.so problem with Node.js

From: Matthew Phillips <matthew_at_matthewphillips.info>
Date: Mon, 16 Sep 2024 13:04:51 UTC
On 14.1, when installing any of the Node.js packages, node22 for
example, I get this error message when attempting to run the `node`
binary:

ld-elf.so.1: /lib/libcxxrt.so.1: version CXXABI_1.3.11 required by /lib/libc++.so.1 not found

Checkings strings:

# strings  /lib/libc++.so.1 | grep CXXABI
CXXABI_1.3
CXXABI_1.3.11

That's ok, but

# strings  /lib/libcxxrt.so.1 | grep CXXABI
CXXABI_1.3
CXXABI_1.3.1
CXXABI_1.3.5
CXXABI_1.3.6

So indeed there is a problem. This has been previously reported here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280303 but not
resolved.

Any advice? How/can I just reinstall /lib/cxxrt.so.1 and if so, how?