I have been following the Rust WebAssembly tutorial, but when I tried to reach the point where I run the command npm run start
, I encountered the following error:
Before that, I ran the following commands:
566 wasm-pack build
567 npm init wasm-app www
568 cd www
569 npm install
570 npm install
571 npm run start
I am a beginner, and I don't understand why this error occurred even though I followed the tutorial. Could you help me identify where my setup might be wrong? I need some assistance QwQ
Here is the link to the tutorial I followed :
https://rustwasm.github.io/docs/book/game-of-life/hello-world.html#serving-locally