File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ A modern role-based progressive CloudStack UI based on Vue.js and Ant Design.
88
99Install node: (Debian/Ubuntu)
1010
11- curl -sL https://deb.nodesource.com/setup_16 .x | sudo -E bash -
11+ curl -sL https://deb.nodesource.com/setup_20 .x | sudo -E bash -
1212 sudo apt-get install -y nodejs
1313 # Or use distro provided: sudo apt-get install npm nodejs
1414
1515Install node: (CentOS/Fedora/RHEL)
1616
17- curl -sL https://rpm.nodesource.com/setup_16 .x | sudo bash -
17+ curl -sL https://rpm.nodesource.com/setup_20 .x | sudo bash -
1818 sudo yum install nodejs
1919
2020Install node: (Mac OS)
2121
22- brew install node@16
22+ brew install node@20
2323
2424Optionally, you may also install system-wide dev tools:
2525
@@ -44,6 +44,10 @@ To use the community Simulator QA server you can do this:
4444
4545 echo "CS_URL=https://qa.cloudstack.cloud" > .env.local
4646
47+ This may be required for newer npm versions:
48+
49+ export NODE_OPTIONS=--openssl-legacy-provider
50+
4751Build and run:
4852
4953 npm run serve
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudstack-ui" ,
33 "description" : " Modern role-based Apache CloudStack UI" ,
4- "version" : " 4.19 .0" ,
4+ "version" : " 4.21 .0" ,
55 "homepage" : " https://cloudstack.apache.org/" ,
66 "repository" : {
77 "type" : " git" ,
106106 "uglifyjs-webpack-plugin" : " ^2.2.0" ,
107107 "vue-jest" : " ^5.0.0-0" ,
108108 "vue-svg-loader" : " ^0.17.0-beta.2" ,
109- "webpack" : " ^4.46.0"
109+ "webpack" : " ^4.46.0" ,
110+ "node-gyp" : " 10.0.1" , "nan" : " 2.18.0"
110111 },
112+ "resolutions" : { "nan" : " 2.18.0" },
111113 "eslintConfig" : {
112114 "root" : true ,
113115 "env" : {
You can’t perform that action at this time.
0 commit comments