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
Uncaught Error: Could not find module root given file: "app://./js/chunk-vendors.a960702b.js". Do you have a package.json file?
at Function.getRoot (bindings.js:211)
at bindings (bindings.js:82)
at Object.0e66 (ref.js:5)
at webpack_require (bootstrap:84)
at Module.cd49 (app.f8c3ff0a.js:1)
at webpack_require (bootstrap:84)
at Object.0 (app.f8c3ff0a.js:1)
at webpack_require (bootstrap:84)
at checkDeferredModules (bootstrap:45)
at bootstrap:221
i dived inside bindings code, and it seems lack of supporting this kind of customized protocol such as app.
do i have to bring in a app-uri-to-path module and use customized version of node-bindings?
any suggestion?
The text was updated successfully, but these errors were encountered:
bruceauyeung
changed the title
ncaught Error: Could not find module root given file: "app://./js/chunk-vendors.a960702b.js". Do you have a package.json file?
uncaught Error: Could not find module root given file: "app://./js/chunk-vendors.a960702b.js". Do you have a package.json file?
Nov 15, 2019
stacktrace:
i am using https://github.com/nklayman/vue-cli-plugin-electron-builder to pack my electron app.
all my bussiness-related codes are packed together and can be accessed with customed
app
protocol.file system structure:
i dived inside
bindings
code, and it seems lack of supporting this kind of customized protocol such asapp
.do i have to bring in a
app-uri-to-path
module and use customized version ofnode-bindings
?any suggestion?
The text was updated successfully, but these errors were encountered: