Install multiple version of ionic cli

Hi guys,

I have ionic cli v2 project which cannot be update to v3 for the time being. However I run into some build issues with cli v2, so I want to try v3 and see what happens. Is it possible to install both v2 and v3 in same machine?

Many thanks.

With nvm or nvm-windows you can just have multiple Node versions, each with their own global Ionic installation. This should help you with your problem.

1 Like

Don’t conflate framework versions with CLI versions. They’re completely separate beasts.