1

I work in ionic framework and create new project after that when i run

ionic serve

the browser open and give me this msg Error: ENOENT: no such file or directory, open '/Users/.../ionicProject/www/index.html'

Huthaifah Kholi
  • 101
  • 1
  • 2
  • 10

1 Answers1

1

File names are case sensitives, maybe you should go to check it.

  • There is not enough information in the question. are u sure? – Gang Mar 04 '17 at 20:35
  • I happened to meet similar problem, and I solved it by changing upper case to low case in import statements. – Edward Chen Mar 05 '17 at 02:51
  • guess u r right [http://stackoverflow.com/questions/19902828/why-does-enoent-mean-no-such-file-or-directory](http://stackoverflow.com/questions/19902828/why-does-enoent-mean-no-such-file-or-directory) – Gang Mar 05 '17 at 13:32