Skip to content

Commit b284377

Browse files
authored
Encourage people to try recent npm
1 parent 613902c commit b284377

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ISSUE_TEMPLATE.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
22

3+
### Can you reproduce the problem with latest npm?
4+
5+
Run:
6+
7+
```
8+
npm install -g npm@latest
9+
10+
cd your_project_directory
11+
rm -rf node_modules
12+
npm install
13+
```
14+
15+
and try to reproduce the issue again.
16+
17+
Can you still reproduce it?
18+
319
### Description
420

521
What are you reporting?

0 commit comments

Comments
 (0)