I want to develop WebAssembly in Rust and have checked the following tutorial (Hello, World!) but it does not work.
https://rustwasm.github.io/docs/book/game-of-life/hello-world.html
When I run the last "npm run start" command, I get the error in the attached image. Can someone please help me?