Skip to content

Commit

Permalink
Remove reference to Homebrew --ignore-dependencies option (#942)
Browse files Browse the repository at this point in the history
The option is meant for Homebrew developers, and is not supported
  • Loading branch information
klanchman authored and Haroenv committed Apr 8, 2019
1 parent fbdecc1 commit e4714a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lang/en/docs/_installations/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ This will also install Node.js if it is not already installed.
brew install yarn
```

If you use [nvm](https://github.com/creationix/nvm) or similar, you can exclude installing Node.js so that nvm's version of Node.js is used by ignoring dependencies.

```sh
brew install yarn --ignore-dependencies
```
If you use [nvm](https://github.com/creationix/nvm) or similar, you should ensure that your `PATH` lists nvm's shims before the version of Node.js installed by Homebrew.

#### MacPorts

Expand Down

1 comment on commit e4714a3

@carlocab
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is still useful, but brew install yarn no longer installs node automatically (Homebrew/homebrew-core@315664a).

Please sign in to comment.