ionic-cli: I can not create a Ionic V1 project

I have the Ionic V2 Cli, but i want to install a V1 Ionic project. It always install a V2 project even if i do: ionic start myapp --v1

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (5 by maintainers)

Most upvoted comments

For Ionic 1 projects, use ionic start project_name blank --type ionic1

Hello friends, it actually changed and it seems that they don’t updated the documentation. It’s now: ionic start project_name template_name --v1 Where template_name can be : blank, tabs or sidemenu