Skip to content

Commit

Permalink
Merge pull request #17881 from Homebrew/npm-args-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Jul 30, 2024
2 parents 72b45a0 + b1eb6da commit 5d21958
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/Formula-Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,16 @@ The `std_*_args` methods, as well as the arguments they pass, are:
"--wrap-mode=nofallback"
```

#### `std_npm_args`

```ruby
"-ddd"
"--global"
"--build-from-source"
"--cache=$(brew --cache)/npm_cache"
"--prefix=#{libexec}"
```

#### `std_pip_args`

```ruby
Expand Down

0 comments on commit 5d21958

Please sign in to comment.