79804956

Date: 2025-10-30 15:57:33
Score: 1
Natty:
Report link

Just delete .angular/cache and be happy. I advise to just not use this cache for development, since it just hinders things like npm link. You can disable it with:

{
...
  "cli": {
    ...
    "cache": {
      "enabled": false
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Denis Falqueto