Skip to content

Commit aa204d6

Browse files
committed
Mention the install trace option when troubleshooting
1 parent f93f058 commit aa204d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

INSTALL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,9 @@ If `npm install oracledb` fails:
15151515

15161516
- Use `npm install --verbose oracledb`. Review your output and logs.
15171517
Try to install in a different way. Try some potential solutions.
1518+
Before installing on Windows also do `set
1519+
NODE_ORACLEDB_TRACE_INSTALL=TRUE`. On Linux and macOS use `export
1520+
NODE_ORACLEDB_TRACE_INSTALL=TRUE`.
15181521

15191522
- Was there a network connection error? Do you need to set
15201523
`http_proxy` and/or `https_proxy`?

0 commit comments

Comments
 (0)