-
Notifications
You must be signed in to change notification settings - Fork 311
File watching not working on ionic emulate android -l #137
Comments
From @jkobylec on October 11, 2016 6:56 FWIW, deleting the .tmp folder and then running And with that done, |
From @jmesa-sistel on October 11, 2016 12:45 I have a similar problem. I have reported it in another repo ionic-app-scripts/issues/110 |
The change I have to do is |
Same issue with latest app-scripts and CLI versions. |
This should be resolved now. Thanks, |
From @jkobylec on October 11, 2016 6:32
I'm using
ionic emulate android -l
to test my app on an Android emulator using a Windows host, and the .html/.ts/.scss files are not being watched for changes like they are ifnpm run watch
orionic serve
are used.If I try running
npm run watch
concurrently with theionic emulate android -l
, the watch process is clearly detecting changes, but then I get an error on my Android emulator screen: "Error: ENOENT: no such file or directory, open 'C:\Users\my_user\my_project_folder\www\index.html'")And then I see in the output of my
ionic emulate android -l
terminal that there are errors:and:
The latter seems as though it might be related to another issue I am having where Ionicons are not working in either
ionic serve
or the emulator? For what it's worth, there is no 'fonts' folder under 'assets' in my project folder.ionic info
says:Cordova CLI: 6.3.1
Ionic Framework Version: 2.0.0-rc.0
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
OS: Windows 7 SP1
Node Version: v6.7.0
Copied from original issue: ionic-team/ionic-cli#1514
The text was updated successfully, but these errors were encountered: