top / index / prev / next / target / source
日記形式でつづる いがぴょんコラム ウェブページです。
Ubuntu 16.04 に Node.js をインストールする手順を簡単メモ。
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install nodejs
sudo apt-get install -y build-essential
Last modified: $Date: 2018-04-13 $