Skip to content

Commit 8bfebee

Browse files
committed
Update issue logging template to mention --verbose and gcc 4.7
1 parent 3c4ffa1 commit 8bfebee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/issue_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Use a gist for screen output and logs: see https://gist.github.com/
1818

1919
Review the install instructions at https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
2020

21-
Review your output and logs. **Google any errors**
22-
Try to install in a different way. Try some potential solutions.
21+
Use the `--verbose` option for `npm install 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.
2323

24-
For Node 4 onwards, you need a compiler with C++11 support.
24+
For Node 4 onwards, you need a compiler with C++11 support. On Linux use GCC 4.7 or later.
2525

2626
Did the error indicate a network connection issue? Do you need to set `http_proxy`?
2727

0 commit comments

Comments
 (0)