V1 Ionic and CLI

All I need is the npm command to install the latest working Ionic V1 framework and CLI

$ npm install -g ionic@latest
$ ionic start myNewProject blank --type ionic1
$ cd ./myNewProject
$ ionic serve
1 Like

As it also says on https://github.com/driftyco/ionic-cli#ionic-1 or https://ionicframework.com/docs/cli/start/ ā€¦

Iā€™m using Ionic 2.1.17 (latest that works fine with my company apps). On every new system, I install it using:

$ npm install -g ionic@2.1.17

But I strongly recommend you use the latest Ionic version and using it to create a v1 project, as @tesh94 posted here.