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
+
10
+ ### For security issues:
11
+
12
+ See https://www.oracle.com/support/assurance/vulnerability-remediation/reporting-security-vulnerabilities.html for how to report security issues.
9
13
10
14
### For installation issues:
11
15
@@ -14,21 +18,33 @@ Use a gist for screen output and logs: see https://gist.github.com/
14
18
15
19
Review the install instructions at https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
16
20
17
- Review your output and logs. ** Google any errors**
18
- Try to install in a different way. Try some potential solutions.
21
+ Use ` npm install --verbose oracledb ` . Review your output and logs.
22
+ Try to install in a different way. ** Google anything that looks like an error.** Try some potential solutions.
23
+
24
+ For Node 4 onwards, you need a compiler with C++11 support. On Linux use GCC 4.7 or later.
25
+
26
+ Did the error indicate a network connection issue? Do you need to set ` http_proxy ` ?
27
+
28
+ Try running ` npm cache clean ` and deleting the ` node_modules/oracledb ` directory.
29
+
30
+ Do you have an old version of ` node-gyp ` installed? Try updating it. Also try deleting ` $HOME/.node-gyp ` or equivalent.
19
31
20
32
#### Answer the following questions:
21
33
22
- 1 . What error(s) you are seeing?
34
+ 1 . What is your version of Node.js? Run examples/version.js to find versions.
35
+
36
+ 2 . What version of node-oracledb are you using?
37
+
38
+ 3 . What is the version of your Oracle client (e.g. Instant Client)? How was it installed? Where it is installed?
23
39
24
- 2 . What * exact * command caused the problem (e.g. what command did you try to install with)? Who were you logged in as ?
40
+ 4 . What is the version of Oracle Database ?
25
41
26
- 3 . What environment variables did you set? How * exactly * did you set them ?
42
+ 5 . What is your OS and version ?
27
43
28
- 4 . What is your version of Node.js?
44
+ 6 . What compiler version did you use? For example, with GCC, run ` gcc --version `
29
45
30
- 5 . What is your version of the Oracle client (e.g. Instant Client) ? How was it installed? Where it is installed ?
46
+ 7 . What environment variables did you set ? How * exactly * did you set them ?
31
47
32
- 6 . What is your OS and version ?
48
+ 8 . What * exact * command caused the problem (e.g. what command did you try to install with)? Who were you logged in as ?
33
49
34
- 7 . What compiler version did you use ?
50
+ 9 . What error(s) you are seeing ?
0 commit comments