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
The application was last run in February 2017 for the demo to the client (Dublin, Ireland). Since then, Angular CLI was updated (Don't quite remember why; maybe for an Angular class), hence invalidating the wts-ui project. The changes in this check-in reflect the instructions in angular/angular-cli#4679.
Copy file name to clipboardExpand all lines: README.md
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,47 @@ Run `ng github-pages:deploy` to deploy to GitHub Pages.
29
29
## Further help
30
30
31
31
To get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
32
+
33
+
## Updates
34
+
35
+
### 7/3/2017
36
+
37
+
`ng serve` ran into the issue described in [Angular CLI App doesn't run after CLI update](https://github.com/angular/angular-cli/issues/4679)
38
+
39
+
On my CSRA Windows 7 Dell laptop, I followed the directions provided at the above ticket URL:
40
+
41
+
```
42
+
rmdir /S node_modules
43
+
npm install --save-dev @angular/cli@latest
44
+
```
45
+
46
+
I removed the line '"angular-cli": "1.0.0-beta.26",' from package.json (As instructed), then ran:
47
+
48
+
```
49
+
npm install
50
+
ng serve
51
+
```
52
+
53
+
The 'ng serve' indicated that I had to perform the following migration in angular-cli.json:
0 commit comments