File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ 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
- 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.
23
23
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.
25
25
26
26
Did the error indicate a network connection issue? Do you need to set ` http_proxy ` ?
27
27
You can’t perform that action at this time.
0 commit comments