I am trying to build a .deb
package of my electron app as described on the electron homepage and on the electron-forge homepage.
Unfortunately, I am getting the error
fakeroot: nested operation not yet supported
It seems that
attempt is made to run fakeroot from within a fakeroot environment as documented on the fakeroot package homepage
Is there any way I can still make my .deb
package?
I am running Ubuntu 22.04, node v14.18.3 and @electron-forge/maker-deb@6.1.1