Merge pull request #17881 from Homebrew/npm-args-docs

This commit is contained in:
Patrick Linnane 2024-07-30 09:46:47 -07:00 committed by GitHub
commit 5d2195828f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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