Issue
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
Information that may be helpful
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
Answered By - Vishal Srivastava
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.