please how to install IONIC 3, when I execute the command “npm install -g ionic” I get the latest version
Hi, @khouloud0209
You can use Command npm install -g ionic@version
.
ex.if you want to install ionic 3.20.0 then npm install -g ionic@3.20.0
.
1 Like
I tried it but I get the following problem
i gave n
but it was blocked here
can you put your ionic info here
@khouloud0209
Your ionic CLI version is 4.11.0 so, for creating ionic3 project use command ionic start projectname --type="ionic-angular"
.
it didn’t solve the problem
Give Y to this question and after update process completed then fire above-mentioned command for generating ionic 3 projects.
I have the same problem and I followed all the steps above