Npm install ionic v1 latest version fails

Hi,

We have a current legacy app that uses ionic v1. I am trying to get my environment up and going on another box. I see that the latest v1 version of ionic is 1.3.3 (Germany)

https://ionicframework.com/docs/v1/overview/

How do I install this?

I have tried
npm install -g cordova ionic@1.3.3

but this fails

What is the latest Cordova version that will work with ionic v1?

Thanks,

Brent

hi
try this

npm install -g ionic@1.4.0


1 Like

Thanks! That worked. So 1.4.0 is the latest v1 version of ionic?

Also can I use the latest cordova version with this - npm install -g cordova or do I need to install a specific version?

Thanks again!

Brent

you are welcome
yes you can use the latest cordova version

1 Like