pnpm link

    Makes the current local package accessible system-wide, or in another location.

    • Type: Path string

    Links package from <dir> folder to node_modules of package from where you’re executing this command or specified via --dir option.

    Links the specified package (<pkg>) from global node_modules to the of package from where this command was executed or specified via --dir option.