demo app fails to compile
See original GitHub issuerun
ng serve demo
leads to the following error messages:
ERROR in node_modules/@angular/platform-browser/animations/src/animation_builder.d.ts(8,106): error TS2307: Cannot find module ‘@angular/animations’. node_modules/@angular/platform-browser/animations/src/animation_renderer.d.ts(1,53): error TS2307: Cannot find module ‘@angular/animations/browser’. node_modules/@angular/platform-browser/animations/src/providers.d.ts(8,276): error TS2307: Cannot find module ‘@angular/animations/browser’. projects/demo/src/app/app.module.ts(4,37): error TS2307: Cannot find module ‘@angular/forms’. projects/demo/src/app/app.module.ts(13,8): error TS2307: Cannot find module ‘@angular/material’. projects/demo/src/app/logger-form/logger-form.component.ts(7,8): error TS2307: Cannot find module ‘@angular/forms’.
The missing modules where removed with commit ‘remove unnecessary angular packages’.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top GitHub Comments
No there is no need to manually install any dependencies with your solution with devDependencies. I just answered to the question of @saidoze with my peerDependency-Workaround.
Thank you for the fast update of the devDependencies of the demo app. It is back to work now.