5
5
Describe exactly what you did and what you want to happen.
6
6
Use the questions at the bottom of this template as a guide.
7
7
8
- Use Markdown syntax, particularly for code blocks: see https://help.github.com/articles/basic-writing-and-formatting-syntax/
8
+ Use Markdown syntax, particularly for code blocks: see https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code
9
9
10
10
### For security issues:
11
11
@@ -18,7 +18,7 @@ Use a gist for screen output and logs: see https://gist.github.com/
18
18
19
19
Review the install instructions at https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
20
20
21
- Use the ` --verbose ` option for ` npm install oracledb ` . Review your output and logs.
21
+ Use ` npm install --verbose oracledb ` . Review your output and logs.
22
22
Try to install in a different way. ** Google anything that looks like an error.** Try some potential solutions.
23
23
24
24
For Node 4 onwards, you need a compiler with C++11 support. On Linux use GCC 4.7 or later.
@@ -31,16 +31,20 @@ Do you have an old version of `node-gyp` installed? Try updating it. Also try
31
31
32
32
#### Answer the following questions:
33
33
34
- 1 . What error(s) you are seeing?
34
+ 1 . What is your version of Node.js? Run examples/version.js to find versions.
35
35
36
- 2 . What * exact * command caused the problem (e.g. what command did you try to install with)? Who were you logged in as ?
36
+ 2 . What version of node-oracledb are you using ?
37
37
38
- 3 . What environment variables did you set ? How * exactly * did you set them ?
38
+ 3 . What is the version of your Oracle client (e.g. Instant Client) ? How was it installed? Where it is installed ?
39
39
40
- 4 . What is your version of Node.js ?
40
+ 4 . What is the version of Oracle Database ?
41
41
42
- 5 . What is your version of the Oracle client (e.g. Instant Client)? How was it installed? Where it is installed ?
42
+ 5 . What is your OS and version ?
43
43
44
- 6 . What is your OS and version?
44
+ 6 . What compiler version did you use? For example, with GCC, run ` gcc --version `
45
45
46
- 7 . What compiler version did you use? For example, with GCC, run ` gcc --version `
46
+ 7 . What environment variables did you set? How * exactly* did you set them?
47
+
48
+ 8 . What * exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
49
+
50
+ 9 . What error(s) you are seeing?
0 commit comments