Commit 91e616e4 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Point people to npm Windows instructions

parent b284377e
No related merge requests found
Showing with 6 additions and 2 deletions
+6 -2
......@@ -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
......@@ -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?
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment