I have upgraded an Angular library to Angular 9. However when I attempt to use that library in another Angular 9 project I get an error like this:
The target entry-poi
I had the same issue. This came after adding a symlink, so I had to use
npm unlink *@your/package*
or just globally
npm unlink