0

I've an old ionic 3 project, which I want to update a last time to make some changes to prepare the users and the data for the big update when going to ionic 7 some day. I've cloned my repository and with npm i I'm getting:

npm WARN deprecated [email protected]: This module is not used anymore, npm uses minipass-fetch for its fetch implementation now
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @angular/[email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 

In the angular/cli versions I only found 1.x and then 6.x. Is there no old 5.x anymore? Is there a way for my last update? In August 2023 I've done the last update, which was no problem at all.

0