Hello, I have made a library and in the same project I have an app that use that library, and it works fine.
I have a completely different project where i want to use my library. I tried using npm i "path to library dist folder/my-library". and I can see it in node_modules,.
When I import { myModule } from 'my-library' I get this error: Module '"my-library"' has no exported member 'myModule'.