Skip to main content

All Questions

Tagged with
0 votes
2 answers
607 views

Electron build failed

Electron build failed. Error: Cannot find module 'fs/promises' Require stack: /Users/abhimatta/Documents/abhishek/accura-electron-dev/node_modules/builder-util/out/fs.js /Users/abhimatta/Documents/...
Abhishek Matta's user avatar
1 vote
1 answer
2k views

__dirname is not defined importing electron remote

I have a problem. I want to set up the minimize, maximize and close buttons on a frameless window but I can't due to this problem importing the electron remote. Thanks. import { remote } from "...
Juan Morelle's user avatar
2 votes
1 answer
1k views

How to pass an array of migration instances in umzug config

I'm using umzug to run the migrations in my electron-vue app, because of the webpack I can't use the path like migrations: { path: __dirname + '/../migrations', pattern: /\.js$/ } So I heard ...
Wuzi's user avatar
  • 396