Home > Blockchain >  LocalHost not updating
LocalHost not updating

Time:10-03

When i write new code and then run it on the terminal, it doesn't show. I have to restart my computer for it to work. Why isn't this working?

I'm using VSC on a Chromebook (I know quite unusual). I'm also using a node server.

CodePudding user response:

You can restart the server,

go to terminal and ctrl c and then restart

edit: also make sure you're saving?

  • Related