yum安装最新版nodejs
Posted a772304419
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum安装最新版nodejs相关的知识,希望对你有一定的参考价值。
给 yum 增加 nodejs lts 版本 源
curl --silent --location https://rpm.nodesource.com/setup_lts.x | bash -
执行 安装
sudo yum install -y node
其他版本源
https://github.com/nodesource/distributions
以上是关于yum安装最新版nodejs的主要内容,如果未能解决你的问题,请参考以下文章