lukehaas / RunJS

RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
https://runjs.app
2.01k stars 43 forks source link

Update app on Windows 11 is just uninstalling the app #559

Closed kad1r closed 1 year ago

kad1r commented 1 year ago

Hello,

This is happening for the last 2 releases. I saw there is an update and when I click it's just uninstalling the local version of app and not installing new version again. I had to download new version and install it from scratch. Plus I'm losing all my tabs :(

OS: Windows 11

lukehaas commented 1 year ago

Thanks, @kad1r. Could you provide a copy of your debug log? You can access this from the help menu.

kad1r commented 1 year ago

Hello, yea sure. Sorry I didn't know I should also send this.

{ "version": "2.9.0", "platform": "win32", "arch": "x64", "activated": true, "logs": [] }

lukehaas commented 1 year ago

Thanks, the logs array is empty so not much info to go on. The issue could be due to a lack of space on your hard drive or it could be due to some security settings that prevent RunJS from installing its own update.

kad1r commented 1 year ago

Thanks for the details. Yea I didn't check free space on my hard drive and my local development cache sometimes cause troubles to me. That might be the problem. I will definitely check it for the next version.