ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 641 forks source link

Multi App React Issue #5029

Open hypesol opened 10 months ago

hypesol commented 10 months ago

I am facing issue using multi-app project

$ ionic init --multi-app $ cd apps/ $ ionic start "My New App" --no-deps

after these command when i run project using $ ionic serve --project=my-new-app I got this message

image

and when I press "Y" for installation then i got this error

image

I have tried many times but this is not working. simple app without multi-app is working fine

image

This is my file structure. Can anyone help me in this issue?