File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Set up Maven (3.9.10):
2828 # echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile
2929 # source ~/.bashrc
3030
31- Setup up NodeJS (LTS) :
31+ Setup up Node.js 16 :
3232
33- # curl -sL https://rpm.nodesource.com/setup_12 .x | sudo bash -
33+ # curl -sL https://rpm.nodesource.com/setup_16 .x | sudo -E bash -
3434 # sudo yum install nodejs
3535 # sudo npm install -g @vue/cli npm-check-updates
3636
@@ -104,13 +104,13 @@ To install dependencies.
104104
105105To build the project.
106106
107- $ npm build
107+ $ npm run build
108108
109109For Development Mode.
110110
111111 $ npm start
112112
113- Make sure to set CS_URL=http://localhost:8080/client on .env.local file on ui .
113+ Make sure to set ` CS_URL=http://localhost:8080 ` on the ` .env.local ` file on UI .
114114
115115You should be able to run the management server on http://localhost:5050
116116
You can’t perform that action at this time.
0 commit comments