Merge pull request #17881 from Homebrew/npm-args-docs
This commit is contained in:
commit
5d2195828f
@ -514,6 +514,16 @@ The `std_*_args` methods, as well as the arguments they pass, are:
|
|||||||
"--wrap-mode=nofallback"
|
"--wrap-mode=nofallback"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### `std_npm_args`
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
"-ddd"
|
||||||
|
"--global"
|
||||||
|
"--build-from-source"
|
||||||
|
"--cache=$(brew --cache)/npm_cache"
|
||||||
|
"--prefix=#{libexec}"
|
||||||
|
```
|
||||||
|
|
||||||
#### `std_pip_args`
|
#### `std_pip_args`
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user