1 | <!--
|
---|
2 | Thank you for reporting an issue!
|
---|
3 |
|
---|
4 | Remember, this issue tracker is for reporting issues ONLY with node-gyp.
|
---|
5 |
|
---|
6 | If you have an issue installing a specific module, please file an issue on
|
---|
7 | that module's issue tracker (`npm issues modulename`). Open issue here only if
|
---|
8 | you are sure this is an issue with node-gyp, not with the module you are
|
---|
9 | trying to build.
|
---|
10 |
|
---|
11 | Fill out the form below. We probably won't investigate an issue that does not
|
---|
12 | provide the basic information we require.
|
---|
13 |
|
---|
14 | -->
|
---|
15 |
|
---|
16 | * **Node Version**: <!-- `node -v` and `npm -v` -->
|
---|
17 | * **Platform**: <!-- `uname -a` (UNIX), or `systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"` (Windows) -->
|
---|
18 | * **Compiler**: <!-- `cc -v` (UNIX) or `msbuild /version & cl` (Windows) -->
|
---|
19 | * **Module**: <!-- what you tried to build/install -->
|
---|
20 |
|
---|
21 | <details><summary>Verbose output (from npm or node-gyp):</summary>
|
---|
22 |
|
---|
23 | ```
|
---|
24 | Paste your log here, between the backticks. It can be:
|
---|
25 | - npm --verbose output,
|
---|
26 | - or contents of npm-debug.log,
|
---|
27 | - or output of node-gyp rebuild --verbose.
|
---|
28 | Include the command you were trying to run.
|
---|
29 |
|
---|
30 | This should look like this:
|
---|
31 |
|
---|
32 | >npm --verbose
|
---|
33 | npm info it worked if it ends with ok
|
---|
34 | npm verb cli [
|
---|
35 | npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node.exe',
|
---|
36 | npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node_modules\\npm\\bin\\npm-cli.js',
|
---|
37 | npm verb cli '--verbose'
|
---|
38 | npm verb cli ]
|
---|
39 | npm info using npm@6.13.7
|
---|
40 | npm info using node@v13.9.0
|
---|
41 |
|
---|
42 | Usage: npm <command>
|
---|
43 | (...)
|
---|
44 | ```
|
---|
45 |
|
---|
46 | </details>
|
---|
47 |
|
---|
48 | <!-- Any further details -->
|
---|
49 |
|
---|