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
Expected Behavior
playground benchmark run well
Actual Behavior
the
run
button event not workSteps to Reproduce
I run the vm server with
npm start
through the guide, then visit playground fromlocalhost:8073/playground/index.html
. when I click therun
button the event not workSystem Details
Mac OS 13.6.3 Chrome 123.0.6312.86
nvm exec npm doctor:
Screenshots