Hello,
Elevate Your Development Game with Node.js: A Beginner-Friendly Guide to Installing on Ubuntu 22.10

Login to the Ubuntu 22.10 server.
Install stable nodejs from the Ubuntu repository by running the following command.
apt install nodejs
Output:
root@crown:~# apt install nodejs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
libevent-pthreads-2.1-7 libmecab2 libprotobuf-lite23 mecab-ipadic
mecab-ipadic-utf8 mecab-utils
Use 'apt autoremove' to remove them.
The following additional packages
… Read More