Closed VILLAN3LL3 closed 4 years ago
@JulidaRocks do you have a simplified example project demonstrating this issue, or a step-by-step instruction to reproduce the issue using a out-of-box Angular8 app from the template?
You need to update your node typings. "@types/node": "^8.0.0"
works fine.
You need to update your node typings.
"@types/node": "^8.0.0"
works fine.
Thank you very much - this fixed it!
Describe the bug After having installed the package my Angular 8 app does not compile anymore. Error message:
To Reproduce Steps to reproduce the behavior:
Expected behavior application builds.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context package.json: