Ionic 3 install

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
image

Hi, @khouloud0209

This will happen because your ionic version is downgrade.
give n

Thanks

i gave n
but it was blocked here
image

can you put your ionic info here

image

@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

image

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