Skip to content

Commit

Permalink
Add doc for install --link-duplicates. (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiFaraz authored and Haroenv committed Apr 18, 2019
1 parent e5e0497 commit e6b4964
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lang/en/docs/cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,8 @@ Checks for known security issues with the installed packages. A count of found i

##### `yarn install --no-bin-links` <a class="toc" id="toc-yarn-install-no-bin-links" href="#toc-yarn-install-no-bin-links"></a>

Prevent yarn from creating symlinks for any binaries the package might contain.
Prevent yarn from creating symlinks for any binaries the package might contain.

##### `yarn install --link-duplicates` <a class="toc" id="toc-yarn-install-link-duplicates" href="#toc-yarn-install-link-duplicates"></a>

Create hardlinks to the repeated modules in node_modules.

0 comments on commit e6b4964

Please sign in to comment.