DEV Community

Discussion on: April 9, 2020: What did you learn this week?

Collapse
 
jsalinas11 profile image
Jordan

This week I learned about npm link. Very cool feature. I was reading up on Lerna local dependencies when I came across it. I'm currently using Lerna's local (linked!) dependencies to build out new easier to use (specialized) components for the company I work at. It's going well.

If you ever need to develop two packages simultaneously where 1 is a dependency of the other, then definitely check out npm link!