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.