79075248

Date: 2024-10-10 16:01:34
Score: 0.5
Natty:
Report link

I had the same issue on Angular 17.3.12

I have done all the obvious - clean npm cache, delete node_modules and package-lock.json and npm install - no need in all of that, the issue is the typescript version, you should find the one suit to your project.

I had typescript 5.6.3 in package.json, I have downgrade to 5.2.0 - solved the issue.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yossi