All template create tab app

Hi,

I am trying to create a app sidemenu with Ionic 2. But after I execute command ionic start sidemenu --v2 and ionic serve, the template that opened on browser is the tab template.

D:\Ionic_Projects\v2\hybrid_zumpy_3>ionic start hybrid_zumpy --v2 --ts sidemenu
Creating Ionic app in folder D:\Ionic_Projects\v2\hybrid_zumpy_3\hybrid_zumpy based on tabs project
Downloading: https://github.com/driftyco/ionic2-app-base/archive/master.zip
[=============================] 100% 0.0s
Downloading: https://github.com/driftyco/ionic2-starter-tabs/archive/master.zip
[=============================] 100% 0.0s
Installing npm packages…

It should be “ionic start hybrid_zumpy sidemenu --v2”. The default by ionic 2 is tabs.

The commands work.

Thanks