You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
Trying to set up Crafting Guide locally on my Windows PC. When I run './scripts/start' and go to 'localhost:8080', I get
[nodemon] 1.19.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `coffee.cmd ./server.coffee`
http://... ready on port 8080
CraftingGuide is ready.
Running "watch" task
Waiting...
>>>>> GET /
<<<<< GET / responded 200 after 7ms with 2.07 kB
>>>>> GET /main.css
>>>>> GET /external.js
<<<<< GET /main.css responded 200 after 3ms with 57.10 kB
>>>>> GET /internal.js
<<<<< GET /external.js responded 200 after 6ms with 547.90 kB
<<<<< GET /internal.js responded 200 after 6ms with 912.51 kB
>>>>> GET /images/wait.gif
<<<<< GET /images/wait.gif responded 200 after 1ms with 9.11 kB
>>>>> GET /images/ice.png
<<<<< GET /images/ice.png responded 200 after 1ms with 206 B
>>>>> GET /images/favicon.png
<<<<< GET /images/favicon.png responded 200 after 1ms with 3.61 kB
but 'localhost:8080' looks like
and never finishes loading.
Using Git v2.21.0 on Windows 10 64-bit Education Edition.
Any help is appreciated! Thanks for all the hard work you've put into this site, @andrewminer !
The text was updated successfully, but these errors were encountered:
Coloradohusky
changed the title
Fatal error: spawn .\scripts\start ENOENT / crafting-guide doesn't load
crafting-guide doesn't load
May 17, 2019
Coloradohusky
changed the title
crafting-guide doesn't load
local crafting-guide doesn't load
May 19, 2019
The console in Google Chrome says this:
Maybe the issue is that localhost:4347 is not starting?
Edit: Yeah, localhost:4347 doesn't start, I tried going to localhost:4347 on my web browser and I got the error ERR_CONNECTION_REFUSED
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to set up Crafting Guide locally on my Windows PC. When I run './scripts/start' and go to 'localhost:8080', I get
but 'localhost:8080' looks like
and never finishes loading.
Using Git v2.21.0 on Windows 10 64-bit Education Edition.
Any help is appreciated! Thanks for all the hard work you've put into this site, @andrewminer !
The text was updated successfully, but these errors were encountered: