Skip to content

Commit

Permalink
Point people to npm Windows instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Oct 25, 2016
1 parent b284377 commit 91e616e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ If you are reporting a bug, please fill in below. Otherwise feel free to remove

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

Run:
Many errors, especially related to "missing modules", are due to npm bugs.

If you're using Windows, [follow these instructions to update npm](https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows).

If you're using OS X or Linux, run this to update npm:

```
npm install -g npm@latest
Expand All @@ -12,7 +16,7 @@ rm -rf node_modules
npm install
```

and try to reproduce the issue again.
Then try to reproduce the issue again.

Can you still reproduce it?

Expand Down

0 comments on commit 91e616e

Please sign in to comment.