Description
Local JavaScript dependencies can be linked together for development without publishing or reinstalling each package. It is useful for monorepos, plugin work, and testing changes across related packages.
Local dependency linking can hide packaging problems if used as a substitute for real install tests. Verify release packages separately before publishing.