Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

ubuntu update nodejs

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_13.x | bash -
apt-get install -y nodejs
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #update #nodejs
ADD COMMENT
Topic
Name
6+7 =