Skip to content

Commit 196d9cd

Browse files
authored
Add troubleshooting section to README
1 parent 5b06c45 commit 196d9cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ api.winApiShowWindow(hWnd, api.SW_HIDE).then(() => {
6969
});
7070
```
7171

72+
## Troubleshooting
73+
If node-gyp fails:
74+
Check out the [node-gyp documentation](https://github.com/nodejs/node-gyp) and [felixrieseberg/windows-build-tools](https://github.com/felixrieseberg/windows-build-tools)
75+
7276
## Relevant
7377
* [Windows Api ShowWindow documentation](https://msdn.microsoft.com/en-us/library/windows/desktop/ms633548.aspx)
7478
* [sindresorhus/module-requests issue](https://github.com/sindresorhus/module-requests/issues/81)

0 commit comments

Comments
 (0)