-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathenvinfo.node.txt
42 lines (33 loc) · 2.35 KB
/
envinfo.node.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
┏━━━━━━━━━━━━━┓
┃ ENVINFO ┃
┗━━━━━━━━━━━━━┛
VERSION ==> #7.14.0
npx envinfo #Should be recommended instead for how to report bugs
envinfo #Print machine general info and package versions, Node-oriented.
#Print (including versions):
# - system: OS, CPU, memory, container, shell
# - binaries: apt|node|bun|npm|yarn|pnpm|watchman
# - managers: cargo|cocoapods|composer|gradle|homebrew|maven|pip|rubygems|yum
# - monorepos: Yarn workspaces|Lerna
# - utilities: make|gcc|clang|git|mercurial|ninja|subversion|cmake|ffmpeg|bazel|curl|openssl
# - servers: apache|nginx
# - virtualization: docker|Docker Compose|parallels|virtualbox|podman
# - SDKs: iOS|Android|Windows SDKs
# - IDEs: Nano|VSCode|Vim|Android Studio|Emacs|Sublime|XCode|Visual Studio
# - Languages: Bash|Go|Elixir|Erlang|Java|Perl|PHP|Protoc|Python|R|Ruby|Rust|Scala
# - Databases: MongoDB|MySQL|PostgreSQL|SQLite
# - Browsers: Chrome|Chromium|Firefox|Safari|Brave|Microsoft Edge
#Not printed by default:
# - npm[Global]Packages: `package.json` top-level dependencies
--system|binaries|IDEs|languages|
browsers|SDKs #Whitelist
--npm[Global]Packages PACKAGE,... #
--showNotFound #Show when not found
--fullTree #Make npm[Global]Packages show nested dependencies too
--duplicates #Show deduped|duplicate version of same package with npm[Global]Packages
--console #Default (YAML)
--markdown #
--json #
--title STR #Prepend a title
ENVINFO.run(OPTS, OPTS2)
->PROMISE_OBJ #Programmatic