我可以在 CentOS 6x 上安装 nodejs v.8.12 吗?

Posted

技术标签:

【中文标题】我可以在 CentOS 6x 上安装 nodejs v.8.12 吗?【英文标题】:Can I install nodejs v.8.12 on CentOS 6x? 【发布时间】:2019-02-24 07:41:42 【问题描述】:

现在我面临在 centOS 6.9 上安装 nodejs v.8.12 当我尝试安装 v8x 时,我只能获得 v6.12

curl --silent --location https://rpm.nodesource.com/setup_8.x | bash

## Installing the NodeSource Node.js 8.x LTS Carbon repo...


## Inspecting system...

+ rpm -q --whatprovides redhat-release || rpm -q --whatprovides centos-release || rpm -q --whatprovides cloudlinux-release || rpm -q --whatprovides sl-release
+ uname -m

## Confirming "el6-x86_64" is supported...

+ curl -sLf -o /dev/null 'https://rpm.nodesource.com/pub_8.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm'

## Downloading release setup RPM...

+ mktemp
+ curl -sL -o '/tmp/tmp.eY4nFtJJtc' 'https://rpm.nodesource.com/pub_8.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm'

## Installing release setup RPM...

+ rpm -i --nosignature --force '/tmp/tmp.eY4nFtJJtc'

## Cleaning up...

+ rm -f '/tmp/tmp.eY4nFtJJtc'

## Checking for existing installations...

+ rpm -qa 'node|npm' | grep -v nodesource

## Run `sudo yum install -y nodejs` to install Node.js 8.x LTS Carbon and npm.
## You may also need development tools to build native addons:
     sudo yum install gcc-c++ make
## To install the Yarn package manager, run:
     curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
     sudo yum install yarn

我刚刚按照他们的指示获取了 nodejs v8.x,

运行 sudo yum install -y nodejs 以安装 Node.js 8.x LTS Carbon 和 npm。

但仍然只能获得 6.14。

【问题讨论】:

【参考方案1】:

你可以安装nvm然后下载Nodejs 8x并使用它。

【讨论】:

【参考方案2】:

您可以执行以下操作以更新到所需的版本

sudo npm cache clean -f
sudo npm install -g n
sudo n 8.12.0

【讨论】:

【参考方案3】:

安装 nvm,然后使用您想要的节点版本。 安装 nvm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

source ~/.bashrc

nvm install v0.8.12

Check the documentation.

【讨论】:

以上是关于我可以在 CentOS 6x 上安装 nodejs v.8.12 吗?的主要内容,如果未能解决你的问题,请参考以下文章

Loadrunner11监控centos6X,速成!!

Loadrunner11监控centos6X,速成!!

如何在64位的CentOS6.4上安装及运行NodeJS应用

CentOS6X安装PHP5.5

请问大虾用U盘安装centos6系统时,如何把镜像文件放入U盘。因为centos6x64有4.2G。但是网上的教程都是32位

在 Centos 6.8 上安装节点