Hi all,
I keep getting this Error:
(node:50952) UnhandledPromiseRejectionWarning: TypeError: bundler is not a function
- index.js:115 Promise
[data-recorder]/[@quasar]/app/lib/electron/index.js:115:13
- new Promise
- index.js:110 Promise.then.then
[data-recorder]/[@quasar]/app/lib/electron/index.js:110:14
- next_tick.js:77 process.internalTickCallback
internal/process/next_tick.js:77:7
when building my electron app with quasar.
No app file is generated. All I get is an UnPackaged
Folder.
Why is it saying ‘bundler’ is not a function?
Changing things in my quasar.conf.js
didn’t help at all.
I’m on MacOSX. :-\
I’m seeing a similar error with a freshly installed project.
Is this a bug, or just my config?
Any help is much appreciated.
EDIT 1:
The above error occurs when I build with electron-packager.
If I run quasar build -m electron
with electron-builder as bundling tool, I get:
TypeError: Cannot read property 'build' of null
Best,
jym