Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_8.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_8.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_8.yml b/.github/ISSUE_TEMPLATE/bug_8.yml
index 89e5790cd..f6855c4de 100644
--- a/.github/ISSUE_TEMPLATE/bug_8.yml
+++ b/.github/ISSUE_TEMPLATE/bug_8.yml
@@ -45,16 +45,16 @@ body:
label: Environment
description: |
examples:
- - **npm**: 7.6.3
- - **Node**: 13.14.0
- - **OS**: Ubuntu 20.04
- - **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
- **`npm config ls`**: `; "user" config from ...`
value: |
- npm:
- - Node:
- - OS:
- - platform:
+ - Node.js:
+ - OS Name:
+ - System Model Name:
- npm config:
```ini
; copy and paste output from `npm config ls` here