We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7721133 commit 44b8d3aCopy full SHA for 44b8d3a
ui/README.md
@@ -8,13 +8,13 @@ A modern role-based progressive CloudStack UI based on VueJS and Ant Design.
8
9
Install node: (Debian/Ubuntu)
10
11
- curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
+ curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
12
sudo apt-get install -y nodejs
13
# Or use distro provided: sudo apt-get install npm nodejs
14
15
Install node: (CentOS/Fedora/RHEL)
16
17
- curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
+ curl -sL https://rpm.nodesource.com/setup_16.x | sudo bash -
18
sudo yum install nodejs
19
20
Install node: (Mac OS)
0 commit comments