You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,17 @@ mvn clean install
56
56
cd src/main/resources
57
57
```
58
58
59
+
And run the command to download the dependencies:
60
+
```
61
+
npm install
62
+
```
63
+
59
64
- Finally, we will start our app:
60
65
```
61
66
npm start
62
67
```
63
68
- 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.
0 commit comments