263
267

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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へのインストールはこちら

263
267
1

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
263
267

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?