Skip to content

Commit 9b01bdc

Browse files
authored
Update README.md
1 parent 100a9e5 commit 9b01bdc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,17 @@ mvn clean install
5656
cd src/main/resources
5757
```
5858

59+
And run the command to download the dependencies:
60+
```
61+
npm install
62+
```
63+
5964
- Finally, we will start our app:
6065
```
6166
npm start
6267
```
6368
- Note: Angular4 modules are commented out because these don't build on Jenkins as they need npm installed, but they build properly locally
69+
- Note for Angular version < 4.3.0: You should comment out the HttpClient and HttpClientModule import in app.module and app.service.ts. These version rely on the HttpModule.
6470

6571

6672
## Relevant Articles:

0 commit comments

Comments
 (0)