bernardodemarco commented on code in PR #11057:
URL: https://github.com/apache/cloudstack/pull/11057#discussion_r2155651363
##########
INSTALL.md:
##########
@@ -104,13 +104,13 @@ To install dependencies.
To build the project.
- $ npm build
+ $ npm run build
For Development Mode.
$ npm start
-Make sure to set CS_URL=http://localhost:8080/client on .env.local file on ui.
+Make sure to set CS_URL=http://localhost:8080 on .env.local file on ui.
Review Comment:
```suggestion
Make sure to set `CS_URL=http://localhost:8080` on the `.env.local` file on
UI.
```
##########
INSTALL.md:
##########
@@ -30,7 +30,7 @@ Set up Maven (3.9.10):
Setup up NodeJS (LTS):
Review Comment:
```suggestion
Setup up Node.js 16:
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]