All checks were successful
Lint / pre-commit Linting (push) Successful in 44s
14 lines
799 B
Plaintext
14 lines
799 B
Plaintext
prebuild-install [options]
|
|
|
|
--download -d [url] (download prebuilds, no url means github)
|
|
--target -t version (version to install for)
|
|
--runtime -r runtime (Node runtime [node or electron] to build or install for, default is node)
|
|
--path -p path (make a prebuild-install here)
|
|
--token -T gh-token (github token for private repos)
|
|
--force (always use prebuilt binaries when available)
|
|
--build-from-source (skip prebuild download)
|
|
--verbose (log verbosely)
|
|
--libc (use provided libc rather than system default)
|
|
--debug (set Debug or Release configuration)
|
|
--version (print prebuild-install version and exit)
|