Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9055

UbuntuにNodeJSをインストールする

$
0
0
sudo apt-get update  
sudo apt-get install build-essential libssl-dev curl -y
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs

Viewing all articles
Browse latest Browse all 9055

Latest Images

Trending Articles