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
Target: Any, in this example the error is for Linux.
Building for Linux or any other platform works but when trying to start the application this error pops up:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'builder-util-runtime'
Require stack:
- /tmp/.mount_crayfi45cjE0/resources/app.asar/node_modules/electron-updater/out/main.js
- /tmp/.mount_crayfi45cjE0/resources/app.asar/dist/index.js
-
at Module._resolveFilename (node:internal/modules/cjs/loader:940:15)
at Function.n._resolveFilename (node:electron/js2c/browser_init:249:1128)
at Module._load (node:internal/modules/cjs/loader:785:27)
at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:94:18)
at Object.<anonymous> (/tmp/.mount_crayfi45cjE0/resources/app.asar/node_modules/electron-updater/out/main.js:4:32)
at Module._compile (node:internal/modules/cjs/loader:1116:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
builder-util-runtime seems to be a package for HTTP utilities that is used by electron-builder.
Not sure why this is happening.
The text was updated successfully, but these errors were encountered:
Building for Linux or any other platform works but when trying to start the application this error pops up:
builder-util-runtime seems to be a package for HTTP utilities that is used by electron-builder.
Not sure why this is happening.
The text was updated successfully, but these errors were encountered: