[Ubuntu] Install NodeJs 18 on Linux

Table of Contents

[Ubuntu] Install NodeJs 18 on Linux

curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
apt-get install nodejs
node -v
# npm install

Leave a Reply

Your email address will not be published. Required fields are marked *