electron-icon-maker
electron-icon-maker copied to clipboard
Arm architecture
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.