0
3

More than 5 years have passed since last update.

Node.jsをCentOS7にインストール

Last updated at Posted at 2016-12-06

Node.js(v6 LTS)をCentOS7にインストール

yumリポジトリを追加
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
Node.jsをインストール
yum -y install nodejs
nmpで必要らしいものをインストール
yum install -y gcc-c++ make

Installing Node.js via package manager

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3