|
|
@@ -262,8 +262,6 @@ This is a verified step-by-step guide on how to get up and running on a fresh in
|
|
|
|
|
|
## NodeJs
|
|
|
|
|
|
-Version 12+ is needed.
|
|
|
-
|
|
|
e.g. how to install on Ubuntu:
|
|
|
|
|
|
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
|
|
@@ -272,6 +270,11 @@ e.g. how to install on Ubuntu:
|
|
|
For Centos / Red Hat use this source:
|
|
|
|
|
|
curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
|
|
|
+ sudo yum install -y nodejs
|
|
|
+
|
|
|
+Upgrade to npm 7+:
|
|
|
+
|
|
|
+ npm install --global npm
|
|
|
|
|
|
## Installing Python 2.7
|
|
|
|