Skip to main content

All Questions

Tagged with
0 votes
2 answers
623 views

electron-builder MSI installer asar file too large

I have an Angular app for which I need to create an MSI installer. I have successfully created an electron app (npm run electron), but when I try to create the installer I get this error: error ...
Ada's user avatar
  • 2,003
1 vote
0 answers
556 views

ng add angular material results in peer dependency error

I'm working on an electron app that uses angular 13 and angular materials. I now want to use this boiler plate code (notice branch number) so I cloned this branch: https://github.com/maximegris/...
Billy's user avatar
  • 379
1 vote
2 answers
1k views

Cannot import any module from @types/node

I am developing an Electron app with angular and I want to get some information about my pc and execute some commands. I am trying to use the os and child_process modules but so far I cannot import ...
Carloshf's user avatar
  • 539
2 votes
0 answers
336 views

Angular 11, Electron 11. Module Not Found for child_process, fs, active-win, sharp, screenshot-desktop

I am trying to build my Angular 11 app, that uses Electron 11. I keep on getting build errors. The surprising part is it worked perfectly fine yesterday, but today without making any changes it is ...
ross999's user avatar
  • 21
16 votes
2 answers
12k views

Namespace 'NodeJS' has no exported member 'Require'

I'm new in Electron.. and i just following this guide: https://www.geeksforgeeks.org/integrate-angular-7-with-electronjs/?ref=rp but, i don't know why, i can't continue the step 4, on accessing the ...
Betavian Benedictus's user avatar
0 votes
1 answer
1k views

Capacitor Community Electron Platform - IONIC - Angular - Electron - TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string

I'm trying to follow the instructions on the https://capacitor-community.github.io/electron/#/ for adding the Capacitory Community Electron in a complete new Ionic Angular Test App, everything fine ...
Quimi Font's user avatar
2 votes
0 answers
131 views

The command electron-installer-windows --src dist/app-win32-x64/ --dest dist/installers/ does not finish execution

#Angular + Electron + electron-installer-windows + electron-packager I have angular project from which I want to generate a windows package that can be installed by users. After having followed all ...
7guyo's user avatar
  • 3,315
2 votes
0 answers
2k views

Electron-builder Error: Application directory dist doesn't exists

The app built a couple of years ago using: Angular v5.2.0 Angular-CLI v1.6.4 Electron v1.7.8 Electron Builder v20.0.5 Node 10.15.0 NPM 6.4.1 node-gyp 3.8.0 It was last compiled in September 2019 but ...
Ikhan's user avatar
  • 41
1 vote
0 answers
351 views

How build an Electron 9 app with Angular 9?

I've tried multiple ways to build an Electron app using Angular 9 and somehow it fails to build in any of those ways and for the tutorial person showing-off it kind of works. Has anyone done it before ...
Kristi Begaj's user avatar
0 votes
1 answer
683 views

Angular and NPM issue

I'm currently learning angular 9 so when i tried to install node js and npm with latest version that is node version 12.* and npm version 6.14.*. I'm facing problem whith ng new and npm install ...
Pushpendra Pal's user avatar
0 votes
1 answer
1k views

How to solve electron and grpc version problem in angular project

I have a angular project trying to run in windows application. Project includes firebase, electron. I am trying to build and publish windows desktop app but it failed with many errors package.json "@...
Rognik's user avatar
  • 145
0 votes
1 answer
392 views

Angular 8 load external npm package

I want to import the dragscroll.js package. I already tried importing it in the index.html like <script src="../node_modules/dragscroll/dragscroll.js"></script> and in the angular.json ...
Natixco's user avatar
  • 661
1 vote
0 answers
444 views

ERROR in : Encountered undefined provider! Usually this means you have a circular dependencies. This might be caused by using 'barrel' index.ts files

I'm working on angular plus electron app. I'm unable to give build for windows and linux apps. This is the error that I am getting. When I run this command : npm run electron:windows PS D:\trackly\...
ankush's user avatar
  • 51
2 votes
1 answer
1k views

Start Virtual Machine with Angular 2

Is it possible to start a Virtual Box VM from a web application? I have a Virtual Machine with ubuntu installed, on Windows as host. I have an Angular (4) app, from which I want to start a VM. The ...
sie's user avatar
  • 161
0 votes
1 answer
470 views

Angular 5 Electron-Packager fails at 'npm prune --production'

I'm trying to package an Angular 5 CLI app using electron-packager. The app builds and opens with the 'ng build --prod && electron .' command, but when trying to package it using 'electron-...
nick.cook's user avatar
  • 2,131

15 30 50 per page