Replies: 1 comment
-
See previous discussions like #957 (comment) Does this match with how you are trying to deploy node-oracledb? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am new to Angular technology and I ask for help to understand. When trying to get information from Oracle I get an error in the browser
browser-external:util:9 Module "util" has been externalized for browser compatibility. Cannot access "util.inspect" in client code. See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. get @ browser-external:util:9 node_modules/oracledb/lib/types.js @ types.js:58 __require2 @ chunk-QC6F2LIU.js?v=4600265f:55 node_modules/oracledb/lib/util.js @ util.js:35 __require2 @ chunk-QC6F2LIU.js?v=4600265f:55 node_modules/oracledb/lib/oracledb.js @ oracledb.js:30 __require2 @ chunk-QC6F2LIU.js?v=4600265f:55 node_modules/oracledb/index.js @ index.js:27 __require2 @ chunk-QC6F2LIU.js?v=4600265f:55 (анонимная) @ index.js:27 Показать ещё 5 фреймов Свернуть types.js:58 Uncaught TypeError: Cannot read properties of undefined (reading 'custom') at node_modules/oracledb/lib/types.js (types.js:58:17) at __require2 (chunk-QC6F2LIU.js?v=4600265f:55:50) at node_modules/oracledb/lib/util.js (util.js:35:15) at __require2 (chunk-QC6F2LIU.js?v=4600265f:55:50) at node_modules/oracledb/lib/oracledb.js (oracledb.js:30:18) at __require2 (chunk-QC6F2LIU.js?v=4600265f:55:50) at node_modules/oracledb/index.js (index.js:27:18) at __require2 (chunk-QC6F2LIU.js?v=4600265f:55:50) at index.js:27:18
Beta Was this translation helpful? Give feedback.
All reactions