node.jsをyumでインストールする(centos6.5)
node.js(0.10.x)はepelを使えるようにしておけばyumで簡単にインストールできる
リポジトリ追加
yum install epel-release
yumでインストール
yum install nodejs npm --enablerepo=epel
c++を入れる
yum install epel-release
yum install nodejs npm --enablerepo=epel
c++を入れる
npmで使うパッケージもあるのでc++を入れる
yum install gcc gcc-c++
centos7へのインストールはこちら
Author And Source
この問題について(node.jsをyumでインストールする(centos6.5)), 我々は、より多くの情報をここで見つけました https://qiita.com/you21979@github/items/4efd9fc4363573191b5c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .