Hello,
I am trying to upgrade an ionic/angular app from ionic 3 to 4, my current version is 3.9.0 and the traditional npm install ionic@4.13.11
does not work.
I tried many tutorials but seems ionic has changed his way of installation, i tried to install the ionic/angular@4.13.11 but if i install the latest version of npm install -g ionic
it conflicts.
I tried to install only @ionic/angular@4.13.11 with my current global ionic, but it conflicts even with node version, my app runs in node v14.17.0
, i updated the node to many versions like v14.20, v16.10 and the latest but also conflicts.
Anyone can help me? I need to start this update ASAP and i just cannot find the solution.
Thi guide(Updating to v4 | Ionic Documentation) its outdated i think, i really need a solution because i am trying to exactly what is told to do, the intention is to upgrade from 3 to 7.
Ty all in advance.