Topic: Upgrade MDB 7.1.0 to 8.0.0

ammi pro asked 1 month ago


I am trying to upgrade an existing Angular 18 MDB 7.1.0 project to Angular 19 MDB 8.0.0.

package.json was updated."mdb-angular-ui-kit": "git+https://oauth2:*@git.mdbootstrap.com/mdb/angular/mdb5/prd/mdb5-angular-ui-kit-pro-essential#8.0.0",

node_modules were removed

when I run npm install, I receive

1019 error command git --no-replace-objects clone -b 8.0.0 blank" rel="nofollow">https://oauth2:*@git.mdbootstrap.com/mdb/angular/mdb5/prd/mdb5-angular-ui-kit-pro-essential C:\user\AppData\Local\npm-cache_cacache\tmp\git-cloneFJy7a6 --recurse-submodules --config core.longpaths=true1020 error Cloning into 'C:\user\AppData\Local\npm-cache_cacache\tmp\git-cloneFJy7a6'...1020 error warning: redirecting to https://git.mdbootstrap.com/mdb/angular/mdb5/prd/mdb5-angular-ui-kit-pro-essential.git/1020 error error: RPC failed; curl 56 OpenSSL SSL_read: OpenSSL/3.2.4: error:0A000126:SSL routines::unexpected eof while reading, errno 01020 error error: 461 bytes of body are still expected1020 error fetch-pack: unexpected disconnect while reading sideband packet1020 error fatal: early EOF1020 error fatal: fetch-pack: invalid index-pack output

What should I do in order to install MDB 8.0.0? Is our license expired or it is something else?Thank you.


Arkadiusz Idzikowski staff commented 1 month ago

It does not look like a problem with access to the package and we could not reproduce it when we tried to install the library on our end.

Could you please confirm that you still get this error? Maybe it was just some temporary connection problem.

Which Git version do you use?


ammi pro commented 1 month ago

git version 2.50.1.windows.1


Arkadiusz Idzikowski staff answered 1 month ago


The problem is probably caused by some local settings. Please try to:

  1. Update Nodejs (and npm) to the latest version compatible with the Angular v19
  2. Update git config: git config --global http.sslBackend openssl


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: MDB5 8.0.0
  • Device: Desktop
  • Browser: Chrome
  • OS: W11
  • Provided sample code: No
  • Provided link: Yes