LoginSignup
270

More than 5 years have passed since last update.

node.jsをyumでインストールする(centos6.5)

Last updated at Posted at 2013-12-07

node.js(0.10.x)はepelを使えるようにしておけばyumで簡単にインストールできる

リポジトリ追加

yum install epel-release

yumでインストール

yum install nodejs npm --enablerepo=epel

c++を入れる

npmで使うパッケージもあるのでc++を入れる

yum install gcc gcc-c++

centos7へのインストールはこちら

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
270