LoginSignup
137
126

More than 5 years have passed since last update.

CentOS 7 Node.js のインストール手順 (yum を利用)

Last updated at Posted at 2014-10-20

CentOS 7 での Node.js のインストールメモ。

nvm を使ったりしてもいいが、簡単な yum でのインストールの手順。

Node.js の案内 : https://nodejs.org/ja/download/package-manager/#enterprise-linux-and-fedora-enterprise-linux-fedora
にある、
nodesource : https://github.com/nodesource/distributions を利用する

最新の LTS (8.x) をインストールする。

インストール

リポジトリを追加

$ curl -sL https://rpm.nodesource.com/setup_8.x | sudo bash -

インストール

$ sudo yum install nodejs

バージョン確認

$ node -v
137
126
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
137
126