angularionic-frameworkionic7

Looking up starter [ERROR] Unable to find starter template for Sidemenu in Ionic


My ionic version is 7 When I want to create a Sidemenu project, I encounter this error And I don't know the solution

This is my order , Error image:

ionic start appSideMenu Sidemenu

This is the error I get

enter image description here

Information that may be helpful

enter image description here


Solution

  • The correct command to start an ionic side menu starter template is:

    ionic start myApp sidemenu --capacitor
    

    You can also refer to their official documentation here: https://ionicframework.com/docs/cli/commands/start#examples