Skip to main content

Questions tagged [electron-packager]

Use electron-packager for questions related to the packaging module for Electron apps

electron-packager
0 votes
0 answers
31 views

Uncaught TypeError: Failed to resolve module specifier "monaco-editor". Relative references must start with either "/", "./", or "../"

I'm getting started using a Monaco Editor for an Electron JS application. So far I'm able to get the file content on a user's directory no problem but when I try to append it to a Monaco Editor is ...
BeratK2's user avatar
  • 63
0 votes
0 answers
25 views

How to create a Windows installer with UAC prompt using electron-forge?

Is it possible for electron-forge to display a UAC prompt before installation? I looked at the Electron Forge documentation, and it doesn't have any configuration to allow a UAC prompt before ...
Julio de Leon's user avatar
0 votes
0 answers
21 views

How to Create a React Application with Electron.js and Addons Without Using Webpack?

Could someone help me with this? I'm making an application with Electron.js, React, and addons. I've had problems with the make process as it doesn't recognize the addon's path. After doing some tests,...
Omar Andres Zambrano Arias's user avatar
0 votes
0 answers
16 views

I get stuck when i try to install Electron

I've been try a lot. but it still not work. a~~~ so up set npm install electron npm install electron@lastest npm install --save-dev electron All of these do not work. i'm still stuck. I wonder if it ...
Kim Thiên Lang's user avatar
0 votes
0 answers
72 views

Error: EBUSY: resource busy or locked, copyfile

Electron Builder Error: EBUSY: Resource Busy or Locked During Packaging I'm encountering a persistent issue while building an Electron application using Angular 14, electron-builder, and related ...
Henil Mehta's user avatar
0 votes
0 answers
30 views

How to use python in electron js package

My friend and I are buildinf a desktop app using electron js, in there we have a snippet of code that runs in a js file that goes like this: const scriptPath = await window.spawnAPI.pathJoin('..', '..'...
random's user avatar
  • 19
1 vote
1 answer
46 views

Why is electron zoomfactor working on development but not working in production?

let savedZoomLevel = store.get("zoomFactor") || 1; webPreferences: { nodeIntegration: true, enableRemoteModule: true, contextIsolation: false, zoomFactor: ...
Prajjwal Sapkota's user avatar
0 votes
0 answers
51 views

Error Executing Python Script in Packaged Electron App on macOS

I am developing an Electron application that executes a Python script using child_process. While everything runs perfectly in the local development environment, I encounter an error when running the ...
Divakar Yadav's user avatar
0 votes
0 answers
32 views

How to bundle MongoDB binary with Electron app

How can I bundle MongoDB binary with Electron.js, so that user can store data locally and not need to install MongoDB server on user local machine. I integrate the MongoDB binary with Electron app and ...
Suraj Kumar's user avatar
1 vote
1 answer
65 views

Error whilst trying to package electron app

I am trying to package an electron app with the normal template (no frameworks). When I run: npm run package OR yarn run package. I get an error: PS C:\GitHub\electron-project\lambda> yarn run ...
Adapt's user avatar
  • 11
0 votes
0 answers
138 views

Packaging Electron Desktop Application

When I package my electron application, this error has come. errorOut=ERROR: Cannot create symbolic link : A required privilege is not held by the client. : C:\Users\HIRAN\AppData\Local\electron-...
Hiran Wasalaarachchi's user avatar
0 votes
0 answers
90 views

How to add an app icon when packaging my Electron app using Electron Forge?

While trying to add a custom app icon to my packaged Electron app I followed these steps: "https://www.electronforge.io/guides/create-and-add-icons#windows-and-macos" but apparently it didn'...
Voltiq's user avatar
  • 1
0 votes
0 answers
34 views

How to Reduce Electron.js Executable (.exe) File Size for Subsequent Updates?

The Electron.js executable (.exe) file for my application is larger than desired, especially for frequent updates. Without applying compression techniques, I'm seeking a solution where only new ...
Arun Kumar's user avatar
0 votes
0 answers
48 views

Electron React application

I am trying to build my electron React App using electron forge but when it gets to ⠋ Preparing native dependencies it stops the process from continuing. please what can I do. I did npm install --save-...
Dare Ace Rex's user avatar
0 votes
0 answers
115 views

Facing problem while creating build of electron js project

i found this error in my terminal while i'm creating build • electron-builder version=24.13.3 os=10.0.22631 • loaded configuration file=package.json ("build" field) • writing effective ...
Darshit Shah's user avatar

15 30 50 per page
1
2 3 4 5
35