How to avoid npm link issues
When using component libraries, you'll often need to use npm link in order to test changes to the component library in an app that uses the component library locally.
Let's say you're working on a dashboard in a company-portal project and you're