You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
Currently my machine is too slow to start the watching of my app in 3 seconds. Therefore ionic serve produces:
...
[10:28:18] build dev finished in 52.67 s
[10:28:22] watch failed: A watch configured to watch the following paths failed to start. It likely that a file
referenced does not exist:
...\src\**\*.(ts|html|s(c|a)ss)
What behavior are you expecting?
It should be possible to use ionic serve also if the start of watching needs longer than 3 seconds.
I changed the timeout in node_modules\@ionic\app-scripts\dist\watch.js to 30 seconds.
Then everything worked as expected.
Which @ionic/app-scripts version are you using?
1.1.3
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
The text was updated successfully, but these errors were encountered:
Short description of the problem:
Currently my machine is too slow to start the watching of my app in 3 seconds. Therefore
ionic serve
produces:What behavior are you expecting?
It should be possible to use
ionic serve
also if the start of watching needs longer than 3 seconds.I changed the timeout in
node_modules\@ionic\app-scripts\dist\watch.js
to 30 seconds.Then everything worked as expected.
Which @ionic/app-scripts version are you using?
1.1.3
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
The text was updated successfully, but these errors were encountered: