Skip to content

Commit 6ac8fd9

Browse files
committed
Link to non-dev versions of the doc. Add specific commands to find versions.
1 parent a9d08f7 commit 6ac8fd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/issue_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ See https://www.oracle.com/support/assurance/vulnerability-remediation/reporting
1515

1616
### For installation issues:
1717

18-
- Review the install instructions https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
18+
- Review the install instructions https://oracle.github.io/node-oracledb/INSTALL.html
1919

20-
- Review the troubleshooting tips https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#troubleshooting
20+
- Review the troubleshooting tips https://oracle.github.io/node-oracledb/INSTALL.html#troubleshooting
2121

2222
#### Answer the following questions:
2323

24-
1. What is your Node.js version? Is it 64-bit or 32-bit? Run `version.js` from https://github.com/oracle/node-oracledb/blob/master/examples/version.js
24+
1. What is your Node.js version: use `console.log(process.version)`? Is it 64-bit or 32-bit: use `console.log(process.arch)`?
2525

26-
2. What is your node-oracledb version?
26+
2. What is your node-oracledb version: use `console.log(oracledb.versionString)`?
2727

2828
3. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
2929

3030
4. What error(s) you are seeing?
3131

32-
5. What OS (and version) is Node.js executing on?
32+
5. What OS (and version) is Node.js executing on: use `console.log(process.platform)`?
3333

34-
6. What is your Oracle client (e.g. Instant Client) version? Is it 64-bit or 32-bit? How was it installed? Where is it installed?
34+
6. What is your Oracle client (e.g. Instant Client) version: use `console.log(oracledb.oracleClientVersionString)`? Is it 64-bit or 32-bit? How was it installed? Where is it installed?
3535

36-
7. What is your Oracle Database version?
36+
7. What is your Oracle Database version: use `console.log(connection.oracleServerVersionString)`?
3737

3838
8. What is the `PATH` environment variable (on Windows) or `LD_LIBRARY_PATH` (on Linux) set to? On macOS, what is in `~/lib`?
3939

0 commit comments

Comments
 (0)