1<!-- 2Thank you for reporting an issue. The more information you can give us, the 3better the chance we can fix your problem. 4 5This issue tracker is for issues with node-gyp, 6if you have an issue installing a specific module, please file an issue on 7that module's issue tracker (`npm issues modulename`). 8--> 9 10* **Node Version**: <!-- `node -v` and `npm -v` --> 11* **Platform**: <!-- `uname -a` (UNIX), or `systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"` (Windows) --> 12* **Compiler**: <!-- `cc -v` (UNIX) or `msbuild /version & cl` (Windows) --> 13* **Module**: <!-- what you tried to build/install --> 14 15<details><summary>Verbose output (from npm or node-gyp):</summary> 16 17``` 18Paste your log here, between the backticks. It can be: 19 - npm --verbose output, 20 - or contents of npm-debug.log, 21 - or output of node-gyp rebuild --verbose. 22``` 23 24</details> 25 26<!-- Any further details --> 27 28