pnpm link <Package...> <filepaths>
Makes the current local package accessible system-wide, or in another location
Arguments
Name | Description |
---|---|
Package | |
filepaths | filepaths |
Options
Name | Description |
---|---|
--dir, -C | Changes the link location to <dir> |
--global | Links the specified package (<pkg>) from global node_modules to the node_nodules of package from where this command was executed or specified via --dir option |