Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webpack fails to compile correctly #11

Open
babbaj opened this issue Jan 11, 2019 · 1 comment
Open

webpack fails to compile correctly #11

babbaj opened this issue Jan 11, 2019 · 1 comment

Comments

@babbaj
Copy link

babbaj commented Jan 11, 2019

I'm interested in using this but it looks like it doesnt seem to work anymore ://

image

@kaonL0
Copy link

kaonL0 commented Apr 11, 2019

Hi,
I had the same problem, here how I solved it :

  1. Take only the strictly same version of dependencies
    => in package.json remove all ^ characters in dependencies and devDependencies

  2. Download Minecraft assets
    => you can find it here http://docs.overviewer.org/en/latest/running/#installing-the-textures

# worked for me
$ VERSION=1.12
$ wget https://s3.amazonaws.com/Minecraft.Download/versions/${VERSION}/${VERSION}.jar -P .
  1. Set asset correctly in minecraft-chunk-viewer/assets dir
    => create assets dir in minecraft-chunk-viewer
    => uncompress 1.12.jar downloaded file
    => copy 1.12/assets/minecraft content in minecraft-chunk-viewer/assets

  2. Then, just follow documentation

$ npm install
$ npm run build-assets
$ npm start

It will open a nav on 0.0.0.0:3000 with this great sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants