Skip to content

Commit 91e616e

Browse files
authored
Point people to npm Windows instructions
1 parent b284377 commit 91e616e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ISSUE_TEMPLATE.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ If you are reporting a bug, please fill in below. Otherwise feel free to remove
22

33
### Can you reproduce the problem with latest npm?
44

5-
Run:
5+
Many errors, especially related to "missing modules", are due to npm bugs.
6+
7+
If you're using Windows, [follow these instructions to update npm](https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows).
8+
9+
If you're using OS X or Linux, run this to update npm:
610

711
```
812
npm install -g npm@latest
@@ -12,7 +16,7 @@ rm -rf node_modules
1216
npm install
1317
```
1418

15-
and try to reproduce the issue again.
19+
Then try to reproduce the issue again.
1620

1721
Can you still reproduce it?
1822

0 commit comments

Comments
 (0)