Skip to content

Commit

Permalink
FIX: Document of yarn install flag (#658)
Browse files Browse the repository at this point in the history
Related issue : yarnpkg/yarn#788
  • Loading branch information
AlphaWong authored and Haroenv committed Sep 21, 2017
1 parent 39392b5 commit 7caed93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/en/docs/cli/install.md
Expand Up @@ -82,6 +82,10 @@ Don't generate a `yarn.lock` lockfile.

Don't generate a `yarn.lock` lockfile and fail if an update is needed.

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

Run yarn install without printing installation log

##### `yarn install --ignore-engines` <a class="toc" id="toc-yarn-install-ignore-engines" href="#toc-yarn-install-ignore-engines"></a>

Ignore engines check.
Expand Down

0 comments on commit 7caed93

Please sign in to comment.