Command
npm linkExplanation
Creates a symlink between a local package and the global node_modules folder for development.
Examples
Link current package globally
npm linkLink local package into current project
npm link ../my-packagenpm linkCreates a symlink between a local package and the global node_modules folder for development.
Link current package globally
npm linkLink local package into current project
npm link ../my-package