Skip to content

Commit

Permalink
ui: bump UI dependencies versions (apache#8923)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <[email protected]>
  • Loading branch information
rohityadavcloud authored Apr 17, 2024
1 parent 7721133 commit 44b8d3a
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 584 deletions.
4 changes: 2 additions & 2 deletions ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ A modern role-based progressive CloudStack UI based on VueJS and Ant Design.

Install node: (Debian/Ubuntu)

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
# Or use distro provided: sudo apt-get install npm nodejs

Install node: (CentOS/Fedora/RHEL)

curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
curl -sL https://rpm.nodesource.com/setup_16.x | sudo bash -
sudo yum install nodejs

Install node: (Mac OS)
Expand Down
Loading

0 comments on commit 44b8d3a

Please sign in to comment.