From c5411c329186de81a519b1d50a79fcd5e686903a Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 29 Dec 2014 19:09:36 -0800 Subject: [PATCH] docs: Add troubleshooting for runnin on Git Bash, closed #711 --- docs/development/build-instructions-windows.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index ae495034bffa..1b4bf5282a67 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -111,3 +111,8 @@ Simply making that directory [should fix the problem](http://stackoverflow.com/a ```powershell mkdir ~\AppData\Roaming\npm ``` + +### node-gyp is not recognized as an internal or external command + +You may get this error if you are using Git Bash for building, you should use +PowerShell or VS2012 Command Prompt instead.