From 91e616e4dc8f191d5ae0d15a1b9ad1bea6c9b3e2 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 25 Oct 2016 12:01:58 +0100 Subject: [PATCH] Point people to npm Windows instructions --- ISSUE_TEMPLATE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index e85da85b4c7..374dbf17958 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -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?