NodeJS - как установить на CentOS 7: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «=== NodeJS - как установить на CentOS 7 === Node.js v16.x установка на CentOS 7 # curl -fsSL https://rpm.nodesource.com/setup_16.x |...»)
 
Строка 5: Строка 5:
 
  # curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
 
  # curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
 
  #  yum install nodejs
 
  #  yum install nodejs
 +
 +
 +
 +
Links:
 +
*https://github.com/nodesource/distributions#rpm

Версия 15:53, 17 сентября 2021

NodeJS - как установить на CentOS 7

Node.js v16.x установка на CentOS 7

# curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
#  yum install nodejs


Links: