Internet disconnects when I start a local server using node


Internet disconnects when I start a local server using node



I am learning web development and for some recent projects I have to use react. I have initialized the project using create-react-app project-name but when I run yarn start, my internet suddenly stops working.
I am connected to an open network with cyberoam login client. I am on Ubuntu 18.04 development environment and my npm version is 3.5.2 and node version is 8.10.0
I have to restart my computer to get the internet working again. I have tried to restart network-manager but that didn't help.
If I don't spawn up a dev server, the internet works fine but the moment I start the server, the internet stops working.


create-react-app project-name


yarn start


3.5.2


8.10.0









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Possible Unhandled Promise Rejection (id: 0): ReferenceError: user is not defined ReferenceError: user is not defined

Opening a url is failing in Swift