安装 nodejs,npm,pm2
Posted LWJ303
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装 nodejs,npm,pm2相关的知识,希望对你有一定的参考价值。
一:需要安装组件: nodejs,npm,pm2
安装epel 源:
rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
安装:remi安装源:
扩展知识:Remi 安装源 | 水景一页
https://cnzhx.net/blog/remi-repository/
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-remi
安装node的yum源:
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
参考文档:
GitHub - nodesource/distributions: NodeSource Node.js Binary Distributions
https://github.com/nodesource/distributions
配置好了之后:
yum -y install nodejs
node –v查看nodejs版本:
npm –v 查看 npm版本:
然后全局安装 pm2:
npm install -g pm2
安装到最后有两个警告:可以忽略不计:
以上是关于安装 nodejs,npm,pm2的主要内容,如果未能解决你的问题,请参考以下文章