scratchfoundation / scratch-vm

Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
http://scratchfoundation.github.io/scratch-vm/
BSD 3-Clause "New" or "Revised" License
1.2k stars 1.5k forks source link

playground benchmark not work #4433

Open wleii opened 5 months ago

wleii commented 5 months ago

Expected Behavior

playground benchmark run well

Actual Behavior

the run button event not work

Steps to Reproduce

I run the vm server with npm start through the guide, then visit playground from localhost:8073/playground/index.html. when I click the run button the event not work

System Details

Mac OS 13.6.3 Chrome 123.0.6312.86

nvm exec npm doctor:

Running node v18.20.0 (npm v10.5.0)
Check                               Value   Recommendation/Notes
npm ping                            ok       
npm -v                              not ok  Use npm v10.5.1
node -v                             not ok  Use node v20.12.1 (current: v18.20.0)
npm config get registry             ok      using default registry (https://registry.npmjs.org/)
git executable in PATH              ok      /usr/bin/git
global bin folder in PATH           ok      /Users/admin/.nvm/versions/node/v18.20.0/bin
Perms check on cached files         ok       
Perms check on local node_modules   ok       
Perms check on global node_modules  ok       
Perms check on local bin folder     ok       
Perms check on global bin folder    ok       
Verify cache contents               ok      verified 8814 tarballs

Screenshots

image

the run button not work console no any logs

wleii commented 5 months ago

branch: develop (for now