Skip to main content

All Questions

5 questions with no upvoted or accepted answers
1 vote
0 answers
795 views

How to make electron-forge and webpack loading a specific version of a module, if two versions are present within the npm tree?

This is the package.json { "name": "IpfsPlaying", "version": "2.0.2", "description": "IpfsPlaying", "main": ".webpack/...
Raphael10's user avatar
  • 3,014
1 vote
0 answers
102 views

App launched from npm works perfectly, but complied x64 app works incorrect

I use the Electron-forge framework and try to make an audio player. When I launch my app from npm start it works perfectly. But when I compile app using npm run package to x64 app and launch from its ...
Yury's user avatar
  • 11
0 votes
1 answer
672 views

Electron app with electron-updater built with "npm run make" does not work

I have an Electron application which uses "electron-updater" package. The app works when running from VScode. But if building the app with "npm run make", it failed to load when ...
user3792705's user avatar
0 votes
1 answer
458 views

How to use npm libraries with electron-forge

I am trying to build an Electron project that uses the walkdir library installed via npm. I have electron forge setup, but after trying to open up the zip file in the out folder, I get a message ...
0marA's user avatar
  • 29
0 votes
2 answers
2k views

How run electron.js with bun?

I recently switched my OS to Ubuntu and installed bun instead of Node.js. When I tried to use electron-forge, it said it needed NPM. I tried mapping NPM to bun but it didn't work. What exactly should ...
atom06's user avatar
  • 1