Browse Source

[docs] About npm install for Centos

Romain Rigaux 4 years ago
parent
commit
36648864f4

+ 5 - 1
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -262,13 +262,17 @@ This is a verified step-by-step guide on how to get up and running on a fresh in
 
 ## NodeJs
 
-Version 10+ is needed.
+Version 12+ is needed.
 
 e.g. how to install on Ubuntu:
 
     curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
     sudo apt-get install -y nodejs
 
+For Centos / Red Hat use this source:
+
+    curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
+
 ## Installing Python 2.7
 
 ### CentOS 6.8 / 6.9 OS