Czytałem następujące blogi i dokumentacjęMigracja kątowa 4.x do Kątowymi 5
i brak jasnej informacji o tym, jak dokonać migracji z 4 .x do 5.
Wypróbowałem następujące polecenia
npm zainstalować
npm install @angular/{animations,common,compiler,compiler-cli, core,forms,http,platform-browser,platform-browser-dynamic, platform-server,router}@5.0.0
instalacja przędza
yarn add @angular/{animations,common,compiler,compiler-cli, core,forms,http,platform-browser,platform-browser-dynamic, platform-server,router}@5.0.0
Próbowaliśmy update guide
npm install @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' @angular/[email protected]'^5.0.0' [email protected] [email protected]'^5.5.2' npm install [email protected] --save-exact
Nic nie działało dobrze dla mnie. Proszę o pomoc
Kiedy mówisz "nic nie działa", co masz na myśli? Czy miałeś jakieś błędy? Aby uzyskać polecenie z przewodnika aktualizacji, musiałem usunąć wszystkie cytaty singla między pakietem a wersją: https://github.com/StephenFluin/angular-update-guide/issues/4 – Kevin
Możesz także edytować swój pakiet.json plik, a następnie uruchom 'npm install'. '" zależności ": { " @ kątowe/animacje ":" 5.0.0 ", " @ kątowe/zwykłe ":" 5.0.0 ", " @ kątowe/kompilator ":" 5.0.0 ", "@ kątowy/rdzeń": "5.0.0", "@ kątowe/formularze": "5.0.0", "@ kątowe/http": "5.0.0", "@ kątowa/platforma-przeglądarka" : "5.0.0", "@ kątowa/platforma-przeglądarka-dynamiczna": "5.0.0", "@ kątowy/router": "5.0.0", " – MatthiasSommer
Istnieje przewodnik aktualizacji przez zespół Angular dostępny [tutaj] (https://angular-update-guide.firebaseapp.com/). – JayChase