nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
84 stars 22 forks source link

[bug]: Running VM emulator from main branch results in Error: Failed to execute 'insertBefore' on 'Node' #472

Closed happytomatoe closed 2 months ago

happytomatoe commented 2 months ago

Tool

None

Interface

None

Contact Details

No response

What happened?

When I go to VM Emulator and press start I get Screenshot from 2024-09-17 17-16-35 Commenting this line helps. Is it only me experiencing this issue?

Additional Comments

No response

Do you want to try to fix this bug?

Code of Conduct

happytomatoe commented 2 months ago

@netalondon Could you take a look when you have time?

DavidSouther commented 2 months ago

@happytomatoe make sure you've run npm run build before you first run the web ide. If this continues, please use the Discussions board for local development issues. If this is happening after you've made changes to the code, do the same (npm run build) and then include a link to the branch you're working on in the discussion. Thanks!