electron-icon-maker icon indicating copy to clipboard operation
electron-icon-maker copied to clipboard

Arm architecture

Open b-karin opened this issue 4 years ago • 0 comments

One of packages electron-icon-maker is dependent on (did not investigate which one) for some reason uses phantomjs-prebuilt that does not support arm, which makes it impossible to run electron-icon-maker out of box. In a context of Electron those platforms are important, as for example Raspberry Pi uses it and it's common to run Electron App in Kiosk Mode on it. There is a temporary local fix by installing phantomjs globally:

sudo apt -y install phantomjs
QT_QPA_PLATFORM=offscreen npm install

But I think it needs more general fix.

b-karin avatar Sep 05 '20 08:09 b-karin