andrewminer / crafting-guide

The ultimate step-by-step guide to make anything in Minecraft
http://crafting-guide.com
66 stars 192 forks source link

scripts/start not finding dists/index.js #303

Closed coehlrich closed 6 years ago

coehlrich commented 6 years ago

when i tried running grunt clean build start it says spawn .\scripts\start ENOENT and messing around to get it to run start it says dist/index.js is missing.

andrewminer commented 6 years ago

The scripts are intended for a UNIX-based system (like Linux or MacOS). If you want to run on Windows, you have a few options. If you're on Windows 10, Microsoft has actually released a Linux Subsystem which will work for you. Other options include using GitHub's own application, or grabbing the Docker for Windows

coehlrich commented 6 years ago

how would i be able to do it on github desktop?

coehlrich commented 6 years ago

i did using windows subsystem for linux and it went much better but now in chrome it is stuck at the loading screen along with a baseUrl must be a string error in the console for chrome.

coehlrich commented 6 years ago

i have got it running now i had to download the crafting-guide-common repository and build that and use that instead of the one in npm module and also copy the data folder from crafting-guide-data into the build/static folder.