How install Node JS stable version on Ubuntu 22 using snap
Last update: 18-October-2023
The most easy way to have last stable version of Node JS for web developers in 2023 in my personal opinión is use snap
sudo snap install node --classic
This will install the lasted stable version of Node Js.
illustrative image of installation of node using snap.
References:
https://snapcraft.io/node
Comments
Post a Comment