1.安装EPEL库

yum install epel-release

2.安装Node.js

yum install nodejs

3.安装nodejs中常用的npm软件包管理器

yum install npm

 4.验证是否安装配置成功

node -v

 

 

相关文章:

  • 2022-01-26
  • 2021-08-06
  • 2022-12-23
  • 2021-09-09
  • 2021-07-27
  • 2021-04-18
猜你喜欢
  • 2021-05-21
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
相关资源
相似解决方案