4,760 questions
1274
votes
17
answers
1.2m
views
How to upgrade Git on Windows to the latest version
I just upgraded to Git 1.8.0.1 for Windows, from my previous version 1.7.9.mysysgit.0. I downloaded the new version from the Git site and installed through the normal Git installer EXE.
That said, ...
1073
votes
32
answers
1.3m
views
Upgrade Node.js to the latest version on Mac OS
Currently I am using Node.js v0.6.16 on Mac OS X 10.7.4. Now I want to upgrade it to the latest Node.js v0.8.1. But after downloading and installing the latest package file from nodejs.org, I found ...
395
votes
17
answers
488k
views
Compilation error after upgrading to JDK 21 - "NoSuchFieldError: JCImport does not have member field JCTree qualid"
After upgrading to JDK 21, I have the following compilation error in my Spring Boot project:
Fatal error compiling: java.lang.NoSuchFieldError:
Class com.sun.tools.javac.tree.JCTree$JCImport does not ...
333
votes
9
answers
194k
views
Table 'performance_schema.session_variables' doesn't exist
After upgrading MySQL to 5.7.8-rc
and loging to server I got error:
Table 'performance_schema.session_variables' doesn't exist
I can't find any solution for this. Can you help ?
177
votes
12
answers
71k
views
Painless way to install a new version of R?
Andrew Gelman recently lamented the lack of an easy upgrade process for R (probably more relevant on Windows than Linux). Does anyone have a good trick for doing the upgrade, from installing the ...
150
votes
9
answers
58k
views
Can't update Macports (with Mac OS X Mavericks)
After upgrading Mac OS X to newest version Mavericks, I attempted to selfupdate my Macports, but it failed:
$ sudo port -v selfupdate
---> Updating MacPorts base sources using rsync
receiving ...
119
votes
12
answers
118k
views
Want to upgrade project from Angular v5 to Angular v6
As Angular 6 is here, I want to upgrade or move my angular 5 client application to angular 6, but I'm not getting any tutorial or anything which can guide me through.
According to me I just need to ...
105
votes
3
answers
70k
views
How to upgrade Eclipse for Java EE Developers?
Is there any non-painful way to upgrade an Eclipse installation? I have tried browsing the eclipse site but I cannot find an useful description.
85
votes
16
answers
123k
views
An assembly specified in the application dependencies manifest (...) was not found
I upgraded Microsoft.AspNetCore from 2.0.3 to 2.0.5 and my WebAPI project, although running successfully locally, fails to start in production (IIS). Everything was fine in production until this ...
72
votes
1
answer
88k
views
How to run --upgrade with pipenv?
Running (say for numpy) pipenv install --upgrade numpy tries to install --upgrade and numpy instead of normal pip behavior for --upgrade switch.
Is anyone else having this problem?
Edit:
I suggest ...
68
votes
2
answers
97k
views
How to upgrade from VS 2017 to 2019?
VS 2019 is RTM, and I was wondering what's the proper way to upgrade from VS 2017, is there a dedicated 'upgrade' method, or is it uninstall and install? Maybe install and uninstall?
What's the right ...
61
votes
2
answers
428k
views
upgrade python version using pip
I have python 2.7.3 installed on Windows 7 64 bit and I want to do an incremental upgrade to version 2.7.5. I have pip installed and it works fine; I just installed Django using it.
I ran this ...
58
votes
9
answers
85k
views
Angular 2 Component is not part of any NgModule
i'm upgrading my Angular 2 project from RC5 to 2.0.0. I get this Error
Unhandled Promise rejection: Component LoginComponent is
not part of any NgModule or the module has not been imported into ...
53
votes
1
answer
87k
views
Upgrade the Python package dateutil: Could not find a version
I tried to upgrade dateutil from 2.5.3 to the newest version 2.6.0 with pip install dateutil --upgrade, but got the issue Could not find a version.
$ pip install dateutil --upgrade
Collecting ...
49
votes
10
answers
88k
views
Turn off Null Safety for previous Flutter Project?
I want to upgrade my flutter to get new features such as null safety, but I didn't want my previous project to affect them. I want new changes only for my new flutter project, I want to run my old ...
45
votes
10
answers
169k
views
How can I upgrade react-native gradle version
I need help.
I can't upgrade gradle version of my react-native project.
I try a lot of things, downloaded last version of Android Studio & SDK Tools etc.
I changed this file \android\gradle\...
42
votes
10
answers
62k
views
debian apt packages hash sum mismatch [closed]
From the Debian command line, I'm getting a hash sum mismatch after executing aptitude update; aptitude upgrade. Below is the command line output. I've tried an aptitude clean, but this does not seem ...
39
votes
6
answers
25k
views
How to upgrade csproj files with VS2017
VS2017 has so far correctly converted several project.json/.xproj based projects to the new .csproj format.
I would also like to use the new .csproj format with older .csproj projects that previously ...
37
votes
1
answer
11k
views
In TypeScript 5.6+, `Buffer` is not assignable to `ArrayBufferView` or `Uint8Array | DataView`
Trying to upgrade to TypeScript 5.6 Beta, I get the following error messages in node_modules. I didn't make any other change, so what should I do to fix these errors?
node_modules/@types/node/buffer.d....
36
votes
11
answers
7k
views
Reasons and advantages for upgrading to Java 6 for a non-technical decider (at the client)
I'd like to upgrade from Java 5 to Java 6.
We all know about the technical advantages and benefits, but:
I have the problem that a major client refuses to upgrade from java 5 to java 6 because of "...
35
votes
18
answers
68k
views
App must target Android 14 (API level 34) or higher is showing even after update to API level 34
I updated the target API level (targetsdkversion) of the project from 33 to 34.
The build process was successful.
Then I got some problems with the upload of the app bundle.
Warning Message
The error ...
34
votes
13
answers
118k
views
Android_Install failed version downgrade
I'm going to update my apk on GooglePlay Store and I know that i have to upgrade the version code and name in manifest file however, it made install_failed.
Installation error: ...
33
votes
2
answers
86k
views
How to upgrade R in linux?
I am new to Linux. I am using Linux mint 18.1. I have installed R using system software manager. My current R version is 3.2. But I want to upgrade it to version 3.4.
How can I do it?
32
votes
9
answers
32k
views
I don't "get" how a program can update itself. How can I make my software update?
Say I make an .exe file and everything is peachy. Wonderful it works.
Say I worked on a new feature on the software and I want it to be available for people who already have the older version, how ...
30
votes
4
answers
28k
views
RPM upgrade uninstalls the RPM
I am upgrading our project RPM. The problem is when I upgrade from projectname-1.0-0 to projectname-1.0-1, it first installs the new project and uninstalls the old project, which, in overall view, ...