-
Notifications
You must be signed in to change notification settings - Fork 669
events.js:183 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at _errnoException (util.js:1024:11) at TCP.onread (net.js:615:25) #2922
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
Comments
Update, Issue is resolved if use another browser. 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 |
I also met this problem and asked for a solution. |
I can confirm that this was the same issue as #2921 And it is now resolved by doing this npm install ws@3.3.2 --save-dev --save-exact Thank you to those who found the fixes. |
@wangjian1119 , please find the fix listed above. This works |
@nigel-dewar You're right! |
@hiuryoliveira sweet dude glad it workd for you. :-) |
@nigel-dewar Thank you, It's work for me. |
Same here |
@nigel-dewar Thank you very. Solved one of my problem |
@nigel-dewar Your solution didn't work in my case - still getting error 183. I'll keep poking at it. |
Thq it Worked for me |
I was getting the error just when I hit enter in the Chrome address bar to try to force a reload. |
@nigel-dewar just did what you said and it works. Thank you. |
No probs. Glad it works.
Sent from Samsung Mobile
…-------- Original message --------
From: JM Maguigad
Date:11/01/2018 18:07 (GMT+10:00)
To: ionic-team/ionic-cli
Cc: Nigel Dewar , Mention
Subject: Re: [ionic-team/ionic-cli] events.js:183 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at _errnoException (util.js:1024:11) at TCP.onread (net.js:615:25) (#2922)
@nigel-dewar<https://github.com/nigel-dewar> just did what you said and it works. Thank you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2922 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AI94WCWOK2TN36Gajqx2jiZdPwcXhC9Nks5tJcFAgaJpZM4RE8Pe>.
|
Thank You 👍 👍 |
|
Installing @nigel-dewar's fix is a workaround, this should not be closed, needs to be addressed with a new release. |
I am trying to convert speech to text using voice base in nexmo. I have faced the issue in WebSocket client. My response error is: info: |
npm install @ionic/app-scripts@3.1.6 --save -dev did not work for me. I am still waiting for the solution. |
This is an issue with a very general title, so likely the newer comments have similar but different issues. The
If you are getting an error, please create a new issue and fill out the issue template. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Brand new install of Ionic on Windows 10 Pro
npm i ionic cordova -g
versions
Node v 8.9.1
NPM v 5.5.1
Ionic -v 3.19.0
cordova -v 7.1.0
created app with ionic start todo blank
then run
ionic lab
Browser loads, all is fine, then I go to make change to html file and get this error
Tried several different versions, like an older version on ionic cli. Doesnt work.
Also tried doing an npm i incase the ionic start thing didnt work. Doesnt work.
I also tried ionic serve. This works but then as soon as you change say your home.html file, boom it breaks.
Is ionic v3 working on Windows ??? Or should I be using a Mac only? Buy the way I dont have a mac. So I cant test.
The text was updated successfully, but these errors were encountered: