Local Host cannot be reached #39
-
Hi again, All of the software is now set-up and is open in the text editor (I'm a Windows user). However, I cannot open the local host to preview the project - it says "localhost refused to connect". I have tried the address in Opera, IE and Chrome, in case it was to do with browser settings. Is this a connection problem? Could the files be in the wrong directories and therefore not found? Again, it's possibly something simple but I'm not sure where the problem might be. I'm really grateful you've set up this board, and am really looking forward to getting going with Quire! Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @sophielamb, this may be a bug in our latest release. In your project folder, look inside the And was this a new project you started with |
Beta Was this translation helpful? Give feedback.
Hi @sophielamb, this may be a bug in our latest release. In your project folder, look inside the
themes/default
folder and see if there is anode_modules
folder in there. If there's not, back in PowerShell runquire install
and then when that's complete tryquire preview
again. Let me know if that fixes it. If not, stop the preview by runningquire stop
or typing Control-C in PowerShell, and instead runquire preview --verbose
. This will give you a lot more output text and if you can share that here, it will help us diagnose the problem further.And was this a new project you started with
quire new
, or did you clone an existing project from somewhere else?