Questions tagged [downgrade]

This tag refers to the process of replacing a particular system with an older version of the same system

333 questions
0
votes
1 answer

Downgrade latest version of Vite to version @2.5.10

I installed Vite @4.2.1 in my project. I want to downgrade it to version @2.5.10 because, my app is not reloading when a component is modified. How can I do it? VITE v4.2.1 ready in 469 ms Searched on the internet and did not get any answers. Can I…
0
votes
1 answer

How to downgrade dependency version of a package in dotnet6

I am working on a .net6 project and using Automapper version 12.0.0.0 in one of the class library(say BusinessLayer), which is working fine. Now when I add another locally developed (Say Package1) nuget package which has Automapper dependency as…
Ronak
  • 127
  • 3
  • 15
0
votes
0 answers

libboost_python-dev for Python 3.8 on Ubuntu 22.04

I have a production server with Ubuntu 20.04 and Python v3.8.10. My development environment is Ubuntu 22.04 with Python v3.10.6. Both environments make use of a virtual environment when running python code. Thus far the differences between Python…
0
votes
0 answers

CentOS/Rocky 8 installation of obsolete CentOS 4 package

The obsolete packages repository https://vault.centos.org/4.0/os/x86_64/CentOS/RPMS/ contains one I would like to install on CentOS/Rocky 8. I am having problems with basic libraries such as libcrypto.so.4 and libssl.so.4 that conflict with the new…
alboforlizo
  • 170
  • 1
  • 6
0
votes
1 answer

Is there any way to downgrade my python and all the package to 3.8?

I install python 3.10 in my new laptop, i used python 3.10 for a long time and i installed lot of package on it, but i need to downgrade it to python 3.8 because python 3.10 cannot support a package, and i found this post but if i remove the whole…
IsaacMak
  • 97
  • 1
  • 10
0
votes
0 answers

Downgrade opencv using vcpkg and git

I want to downgrade to specific version of opencv 4.5.5 in vcpkg. As I understand I should checkout a specific version and then reset. so I use: git checkout 401578455faece3db28615775420fb0f22f9bd07 git reset I checked opencv version using: vcpkg…
Babak.Abad
  • 2,839
  • 10
  • 40
  • 74
0
votes
0 answers

Downgrading Java Version

I am trying to publish a React App to the Google Play Store, and I had downloaded and installed java 19, only to find out that the build command I need to run to publish the app is incompatible with version 19. I want to make sure I do this…
user18899735
0
votes
0 answers

Property 'render' does not exist on type 'typeof import("")')

I am trying to downgrade from react 18 to 17. First I ran the npm install react@17.0.2 react-dom@17.0.2 . Then I also tried changing the version of react and react-dom in dependencies inside package.json and then run npm install again but in both…
Altrit
  • 11
  • 3
0
votes
0 answers

Configuration x86_64-unknown-cygwin not supported

I have installed Cygwin with GCC 11.3, but I recognized that I need to downgrade GCC to 4.7.2. The gmp-5.0.5, mpfr-3.1.1 and mpc-1.0.1 were successfully installed, but when I installed the gcc-4.7.2, the error occurred: ... checking whether madvise…
never_
  • 11
  • 3
0
votes
3 answers

How can we downgrade Laravel dependencies from php 8 to php 7.4

I have this laravel project, but due the specific version of it's dependencies it need php 8 to run, but I need it to run with php 7.4, is there a way so that we can downgrade the dependencies? .... "require": { "php": "^8.0.2", …
Naser Nikzad
  • 713
  • 12
  • 27
0
votes
1 answer

Composer version downgrade issue

So I am currently trying to set up an old Laravel project, which requires PHP 7.1. I have successfully downgraded from 8.1 to 7.1, but now the composer issue appears: I am trying to run composer install on a project, in order to install the…
Hoolis
  • 47
  • 6
0
votes
0 answers

Downgrade from CBuilder 5 to Borland C++ 5

Because I had to make a portable code, I decided from a Windows Console application generated with its associated main() within C++ Builder 5 (no vcl, but multithread)... Then, I defined a template class as : template
0
votes
1 answer

Downgrade python version to the exact version in google colab (from 3.7.12 to 3.6.9)

I need to downgrade my python version to 3.6.9. Although Downgrade python version from 3.7 to 3.6 in google colab was helpful, it only changed it to 3.6.5. Please tell me how i can get the exact version i want in google colab
0
votes
1 answer

Problems downgrading from pgadmin 4.30 to 4.29

I ran into a significant issue with 4.30 in that many of the function keys dont work. It has been reported as a bug. I uninstalled 4.30 and re-installed 4.29. Now the PGAdmin splash screen appears, but PGAdmin never starts in the browser. I tried…
Blair Kjenner
  • 189
  • 1
  • 4
0
votes
1 answer

Ubuntu 18 downgrade openjdk 8 version

Hello I'm using Ubuntu LTS 18.04 and my java version is openjdk version "1.8.0_275" OpenJDK Runtime Environment (build 1.8.0_275-8u275-b01-0ubuntu1~20.04-b01) OpenJDK 64-Bit Server VM (build 25.275-b01, mixed mode) I want to downgrade 1.8.0_275 to…