We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8aac84 commit 06bdcc2Copy full SHA for 06bdcc2
.github/ISSUE_TEMPLATE/bug_8.yml
@@ -45,16 +45,16 @@ body:
45
label: Environment
46
description: |
47
examples:
48
- - **npm**: 7.6.3
49
- - **Node**: 13.14.0
50
- - **OS**: Ubuntu 20.04
51
- - **platform**: Macbook Pro
+ - **`npm -v`**: **npm**: 7.6.3
+ - **`node -v`**: **Node.js**: 13.14.0
+ - **OS Name**: Ubuntu 20.04
+ - **System Model Name**: Macbook Pro
52
- **`npm config ls`**: `; "user" config from ...`
53
value: |
54
- npm:
55
- - Node:
56
- - OS:
57
- - platform:
+ - Node.js:
+ - OS Name:
+ - System Model Name:
58
- npm config:
59
```ini
60
; copy and paste output from `npm config ls` here
0 commit comments