使用yum安装CentOS 7.x上的node.js 8.x
在CentOS7.x上使用yum安装Node.js
首先
我将介绍如何通过第三方存储库nodesource从yum安装nodejs。这种方法适用于Amazon Linux。在生产环境中,与使用nvm相比,通过yum管理更容易处理安全更新。
添加存储库
curl -sL https://rpm.nodesource.com/setup_8.x | bash -
控制每个仓库的安装版本。
将8.x更改为6.x,即可安装6.x版本。
(如果要使用4.x版本,只需指定为4.x即可安装)。
安装
yum install -y nodejs gcc-c++ make
只需要一个选项来用中文进行意译:
-
- nodesourceという企業情報
-
- サードパーティなのでリスク評価してから使いましょう
-
- http://jp.techcrunch.com/2015/02/10/20150209nodesource-raises-3-million-to-build-new-programming-tools/
-
- NODE.JS公式インストール方法になってました。安心して使ってください。
- https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora