Npm cannot find an executable while running the create-wasm-app JavaScript project template
I have been following a Rust + WebAssembly Tutorial and on the 2nd part of the 2nd chapter, after looking into the files and telling you how to build them, the tutorial asks you to run this command: npm init wasm-app www
. Running this, even after I have gone back and redone all the steps twice, resulted in this error: Npm Error Could not find executable to run
The build completed with no errors or irregularities.