imagemin-app
imagemin-app copied to clipboard
Infinite loading in the app
I have drag and drop the .PNG file into the app and it's seems to be loading forever
last binary, MacOS 10.15.5
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).
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.
Yes, this looks like you need the XCode Command Line Tools.