imagemin / imagemin-app

imagemin as an OS X, Linux and Windows app
MIT License
826 stars 40 forks source link

Infinite loading in the app #30

Open justice47 opened 4 years ago

justice47 commented 4 years ago

I have drag and drop the .PNG file into the app and it's seems to be loading forever image last binary, MacOS 10.15.5

DanielRuf commented 4 years ago

Hi @justice47,

thanks for reporting this. Can you try if the same happens when you clone the repository and run npm start? Maybe you can get some error message there or check if you can enable the developer tolls and console in the Electron app (not sure if it is enabled / injected - maybe F12 or Ctrl+Shift+i works).

justice47 commented 4 years ago

Hi @DanielRuf,

Thanks for a quick reply! Unfortunately I wasn't able to run app from source code - I'm getting these errors when runs npm install:

No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.

No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.

No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.

these errors are not related to project itself, I will try to fix them and return to you.

DanielRuf commented 4 years ago

Yes, this looks like you need the XCode Command Line Tools.