Error: ENOENT: no such file or directory, open

i created ionic project using

ionic create demoIonic2 --v2

and the i fire

ionic serve

i got following error on webpage

Error: ENOENT: no such file or directory, open 'C:\Users\Kishan Oza\Desktop\demoIonic2\www\index.html

Please help me out :frowning:

Here is my system information

Your system information:

Cordova CLI: 7.0.1
Ionic CLI Version: 2.0.0
Ionic App Lib Version: 2.0.0
OS:
Node Version: v6.11.2

Your question is tagged as Ionic-v1. But when you create your proyect, you state that you want a Version 2 one.

I assume you wanted to run

ionic create demolonic2 --v1

or, as Ionic newer versions,

ionic start demolonic2 --type ionic1

bcz there is no tag like ionic -v2 :frowning: