source: trip-planner-front/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<!--
2Thank you for reporting an issue!
3
4Remember, this issue tracker is for reporting issues ONLY with node-gyp.
5
6If you have an issue installing a specific module, please file an issue on
7that module's issue tracker (`npm issues modulename`). Open issue here only if
8you are sure this is an issue with node-gyp, not with the module you are
9trying to build.
10
11Fill out the form below. We probably won't investigate an issue that does not
12provide 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```
24Paste 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.
28Include the command you were trying to run.
29
30This should look like this:
31
32>npm --verbose
33npm info it worked if it ends with ok
34npm verb cli [
35npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node.exe',
36npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node_modules\\npm\\bin\\npm-cli.js',
37npm verb cli '--verbose'
38npm verb cli ]
39npm info using npm@6.13.7
40npm info using node@v13.9.0
41
42Usage: npm <command>
43(...)
44```
45
46</details>
47
48<!-- Any further details -->
49
Note: See TracBrowser for help on using the repository browser.