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:
.angular/cache
npm link
{ ... "cli": { ... "cache": { "enabled": false } } }