You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this module in Electron with Vue. The module works well outside this setup. But during development using the webpack dev server, as soon as I require the module I receive this error:
Uncaught TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
at validateString (internal/validators.js:107)
at Object.join (path.js:372)
at eval (engine.js?72d2:16)
at Object../node_modules/node-adodb/lib/engine.js (chunk-vendors.js:7791)
at __webpack_require__ (app.js:785)
at fn (app.js:151)
at eval (index.js?d1a5:11)
at Object../node_modules/node-adodb/index.js (chunk-vendors.js:7768)
at __webpack_require__ (app.js:785)
at fn (app.js:151)
Thanks.
The text was updated successfully, but these errors were encountered:
I'm trying to use this module in Electron with Vue. The module works well outside this setup. But during development using the webpack dev server, as soon as I require the module I receive this error:
Thanks.
The text was updated successfully, but these errors were encountered: