Node.js node: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
Was installing Node.js v25.9.0 as a standalone pre-built binary installation and ended up after a successful installation getting the following when attempting to run a “node -v”. To resolve this, I just needed to install the missing library. Then attempting to re-run the command, I get the version output as expected.