On ubuntu - Unhandled promise reject warning and no icons generated for mac
sjames1958gm opened this issue · 2 comments
node -v
v7.6.0
electron-icon-maker -v
0.0.3
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
electron-icon-maker -i build-assets/sosa.png -o build/
{ i: 'build-assets/sosa.png',
input: 'build-assets/sosa.png',
o: 'build/',
output: 'build/' }
Created /home/nzgpu/Development/sacli-electron/build/icons/png/16.png
Created /home/nzgpu/Development/sacli-electron/build/icons/png/24.png
Created /home/nzgpu/Development/sacli-electron/build/icons/png/32.png
Created /home/nzgpu/Development/sacli-electron/build/icons/png/48.png
Created /home/nzgpu/Development/sacli-electron/build/icons/png/64.png
Created /home/nzgpu/Development/sacli-electron/build/icons/png/128.png
Created /home/nzgpu/Development/sacli-electron/build/icons/png/256.png
Created /home/nzgpu/Development/sacli-electron/build/icons/png/512.png
Created /home/nzgpu/Development/sacli-electron/build/icons/png/1024.png
Icon generetor from PNG:
src: /home/nzgpu/Development/sacli-electron/build/icons/png
dir: /home/nzgpu/Development/sacli-electron/build/icons/mac
(node:6124) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: TypeError: Cannot read property '[object Array]' of undefined
(node:6124) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
this maybe related to previous issue about
Cannot read property '[object Array]' of undefined
Locked my version of icon-gen to 1.0.7 - the other issues cover this closing