Hello! this is probably a base webdev question but I can't find a good reference for the issue I'm having atm.
I'm working on a TyphonJS template project and I'm importing a custom svelte library ( basically a UI component library ). I'd like to use npm link to work a bit more effectively without having to publish to npm a new package over and over whenever I make changes to the custom library.
Apart from the npm link command to call on both sides ( with different parameters ) is there anything I should take care of?
[3:39 PM]
I get a bunch of errors telling me I'm trying to import stuffs with a wrong path but I thought npm link was going to work seamlessly and that I shouldn't be forced into changing the way how path should be written when importing a component.