Open Ruth3rford opened 4 years ago
same on ubuntu18
Could you give the specific series of commands that you ran, so we could reproduce this?
I have this issue on Windows 10. As a workaround I built it on Bash on Linux (Ubuntu 18.04) on Windows.
fixed.
in scratch-blocks folder, type:
npm run prepublish
this command requires java(and python2) be installed, if not, install java with apt install default-jre
Expected Behavior
it should compile correctly and allow me to view on on a localhost.
Actual Behavior
it has several errors regarding the shim in the scratch-blocks in the node modules of my scratch-gui folder and fails to compile.
the errors in powershell are here since doing npm start doesn't generate a log
this main offending files
npm install scratch-gui, scratch-vm, scratch-blocks, do npm link on scratch-vm and scratch-blocks, then link them through scratch-gui folder. through the scratch-gui folder do npm start, it fails to compile.
Windows 10, Google Chrome