-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic serve breaks on .ts .html refresh #2921
Comments
SAME HERE: Description: After running Steps to Reproduce:
Output: After running
And as soon as I save a file or reload the page:
My
|
It looks like this issue is linked with the last update of Google Chrome ionic serve ok: not ok: the reason is still unclear |
Same here... (+1) |
Same issue here, Just cannot use Google Chrome. Even if close chrome completely, restart and still no go Using Internet Explorer Edge (the new one) for Windows 10 Pro |
Try to work on other browser for the mean time. I'm currently using firefox. ionic serve -w firefox |
you can fix it with if u install manuelly ws.
|
nope didn't work for me.. |
@Samykills can u show me your package.json plz |
Sure here u go, Note : i installed ws as global , not with --save { |
what give that back? |
Downgrading ws to 3.3.2 from 3.3.3 helped in my case. works again. Cheers |
Yeah, I confirm that running |
Nice :) |
@dertuerke just a little note, please edit your |
@dertuerke ws@3.3.2 worked :D |
sorry, write the wrong version number ^^ |
npm install ws@3.3.2 --save-dev --save-exact |
Using ionic 3.19.0 and seeing same error. events.js:136 Error: read ECONNRESET @dertuerke thanks! That command fixed the issue for now. |
Hey there! Can you please install the nightly version of app-scripts to verify that all is fixed.
This just pins the version to 3.3.2 for now until we properly update ws. |
@mhartington it worked for me at reloading and at saving! |
Re-installed 3.19.0 then ran This did indeed fix the error for me. @mhartington thanks. |
ionic/app-scripts@3.1.6 is out! |
updated to ionic/app-scripts@3.1.6 solves the issue. Thanks @mhartington :) |
Hi, Still an issue here with me, after the first edit/save. A simple project started last week. Its on Github. https://github.com/Tommertom/worldbooker Error: ` [15:31:06] lint finished in 8.44 s events.js:160 Error: spawn "C:\Gebruikers\Developer\node.exe" ENOENT ionic info:
global packages:
local packages:
System:
Environment Variables:
Misc:
` package.json: Already ran ionic doctor and of course did |
@Tommertom do you remove the node_modules then reinstalled or installed the ws-module directly? |
@dertuerke. I removed node_modules and did npm -i. Then found the suggested solution to do the ws-module on version 3.3.2. As the ionic starter did not install the latest versions of everything I ran ionic doctor to upgrade some parts. Now it still breaks, but sometime also does work. After a few restarts (minimum 2) apparently. Thx for commenting, though! |
@Tommertom if u updated ur Ionic Project u dont need any more the "ws-install" |
@dertuerke thx. will start from scratch with a starter, update and then see if it still breaks. Without the ws-install |
Just had a new developer install ionic and start using looking at our app, and they are seeing this issue. |
This particular issue can be fixed with the following commands:
If you are getting a similar or different issue, please create a new issue and fill out the issue template. |
Hello here’s an issue i have.
Step to reproduce
This occurs only in new projects blank / tabs / sidemenu …
My other projects are still up & running properly
My config :
Cheers
The text was updated successfully, but these errors were encountered: