imagemin-app icon indicating copy to clipboard operation
imagemin-app copied to clipboard

Infinite loading in the app

Open justice47 opened this issue 4 years ago • 3 comments

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

justice47 avatar Jul 08 '20 14:07 justice47

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).

DanielRuf avatar Jul 08 '20 14:07 DanielRuf

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.

justice47 avatar Jul 09 '20 07:07 justice47

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

DanielRuf avatar Jul 09 '20 08:07 DanielRuf