I'm working through the codelab:
https://blocklycodelabs.dev/codelabs/custom-renderer/index.html?index=..%2F..index#0
When I open the playground.html from tests/playground.html, I get the error Failed to load resource: net::ERR_FILE_NOT_FOUND index.js.
Drilling down into playground.html, the line of code creating the error is:
script src="../node_modules/@blockly/block-test/dist/index.js"></script>
When I cloned the Blockly repo using NPM, it created a node_modules folder. There is no @blockly folder within node_modules
Is this error even relevant?