beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

Unable to setup Batavia: webpack --progress error #771

Closed SashwatAnagolum closed 5 years ago

SashwatAnagolum commented 5 years ago

Expected Behavior

Batavia is set up successfully.

Current Behavior

'npm run build' throws an error:

Screenshots of the terminal I was running these commands in: image

image

Steps to reproduce

  1. Fork the batavia repo, and then clone it;

  2. Running Python 3.5.0 and Node 6.9.1, perform the sequence of instructions as given in the preparation tutorial until you reach the 'npm run build' command;

3.Run 'npm run build'.

I've been trying to figure out the problem for a while now, but with no success. I even tried running different versions of Python and Node, but each try gave me the same error.

The logs are here: 2019-01-21T05_00_37_130Z-debug.log

I would really appreciate it if someone could help clear this up for me.

Your Environment

danyeaw commented 5 years ago

Thanks for your contribution by submitting the issue. It looks like I temporarily broke things while updating dependencies, sorry about that. #770 should fix this once merged 😀

martica commented 5 years ago

@SashwatAnagolum Have you had a chance to try reproducing this since @danyeaw merge #770?

martica commented 5 years ago

I'm going to close this for now. If you can reproduce this still, please reopen the issue.