Ionic 1 & 2 Installation

Hi,

I just want to know whether i can install Ionic 1 & 2 in Single Machine?
as to install ionic we need to use with “npm install -g”?

So can 2 different versions of Ionic can run on Single Machine?

You should be able to do everything you want on ionic1 projects with the beta CLI (npm install -g ionic@beta).

I believe starting a v2 project just needs an -v2 flag or smth on create.

But yes you can use both.

Thanks, It work.:slight_smile:
Older project was causing some issue on running ionic Serve,
Running npm install for same resolve the issue & now its work for both version!!

1 Like