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 using webpack to bundle everything. It runs under Electron.
This is the entire error message:
Uncaught Exception:
TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at dirname (path.js:1364:5)
at Function.getRoot (webpack:///./node_modules/bindings/bindings.js?:151:13)
at bindings (webpack:///./node_modules/bindings/bindings.js?:60:32)
at eval (webpack:///./node_modules/abstract-socket/lib/abstract_socket.js?:4:91)
at Object../node_modules/abstract-socket/lib/abstract_socket.js (/nuclear/bundle.electron.js:133:1)
at __webpack_require__ (/nuclear/bundle.electron.js:20:30)
at createStream (webpack:///./node_modules/dbus-native/index.js?:44:23)
at createConnection (webpack:///./node_modules/dbus-native/index.js?:76:31)
at Object.module.exports.createClient (webpack:///./node_modules/dbus-native/index.js?:136:20)
Any ideas?
The text was updated successfully, but these errors were encountered:
I'm getting an error when doing the bare minimum:
I'm using webpack to bundle everything. It runs under Electron.
This is the entire error message:
Any ideas?
The text was updated successfully, but these errors were encountered: