How to reinstall older version of idea #6152
Unanswered
wiatrgr
asked this question in
Help and Questions
Replies: 1 comment
-
The given version is available, please check your internet connection.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have updated idea app to the newest version but its not working, apparently there is a bug, missing api-ms-win-core-console-l1-2-0.dll .
I tried to downgrade to version 2024.1, but its not working. How to fix it ? I wanted to install with:
scoop install [email protected] but I got error:
PS C:\Users\wiatrgr> scoop install [email protected] -g
WARN Given version (2024.1.5-241.18968.26) does not match manifest (2024.2.2-242.22855.74)
WARN Attempting to generate manifest for 'idea' (2024.1.5-241.18968.26)
Autoupdating idea
Searching hash for ideaIC-$matchVer.win.zip in https://download.jetbrains.com/idea/ideaIC-$matchVer.win.zip.sha256
The remote server returned an error: (404) Not Found.
URL https://download.jetbrains.com/idea/ideaIC-$matchVer.win.zip.sha256 is not valid
Could not find hash in https://download.jetbrains.com/idea/ideaIC-$matchVer.win.zip.sha256
Downloading ideaIC-$matchVer.win.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://download.jetbrains.com/idea/ideaIC-$matchVer.win.zip is not valid
Could not install [email protected]
Select-CurrentVersion : Cannot bind argument to parameter 'AppName' because it is an empty string.
Beta Was this translation helpful? Give feedback.
All reactions